Skip to content

Commit

Permalink
swsusp: clean up printk
Browse files Browse the repository at this point in the history
Remove an inexplicable /

Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 9, 2007
1 parent ace4bd2 commit d60846c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ asmlinkage int swsusp_save(void)
nr_copy_pages = nr_pages;
nr_meta_pages = DIV_ROUND_UP(nr_pages * sizeof(long), PAGE_SIZE);

printk("swsusp: critical section/: done (%d pages copied)\n", nr_pages);
printk("swsusp: critical section: done (%d pages copied)\n", nr_pages);

return 0;
}
Expand Down

0 comments on commit d60846c

Please sign in to comment.