Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172346
b: refs/heads/master
c: 66d0ae4
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Rafael J. Wysocki committed Dec 6, 2009
1 parent 2ae7ee9 commit 34a9849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e60c6a1348e17e68ad73589a52a03876e7059be
refs/heads/master: 66d0ae4d6ffa45b8e6d8bdbf85f8f1b285c8152d
6 changes: 3 additions & 3 deletions trunk/kernel/power/swap.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,17 +437,17 @@ static int save_image(struct swap_map_handle *handle,
if (ret)
break;
if (!(nr_pages % m))
printk("\b\b\b\b%3d%%", nr_pages / m);
printk(KERN_CONT "\b\b\b\b%3d%%", nr_pages / m);
nr_pages++;
}
err2 = wait_on_bio_chain(&bio);
do_gettimeofday(&stop);
if (!ret)
ret = err2;
if (!ret)
printk("\b\b\b\bdone\n");
printk(KERN_CONT "\b\b\b\bdone\n");
else
printk("\n");
printk(KERN_CONT "\n");
swsusp_show_speed(&start, &stop, nr_to_write, "Wrote");
return ret;
}
Expand Down

0 comments on commit 34a9849

Please sign in to comment.