Skip to content

Commit

Permalink
PM / Hibernate: Remove trailing space in message
Browse files Browse the repository at this point in the history
Remove a trailing space from a message in swsusp_save().

Signed-off-by: Frans Pop <elendil@planet.nl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Frans Pop authored and Rafael J. Wysocki committed Feb 26, 2010
1 parent 4cb077d commit 07c3bb5
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 @@ -1500,7 +1500,7 @@ asmlinkage int swsusp_save(void)
{
unsigned int nr_pages, nr_highmem;

printk(KERN_INFO "PM: Creating hibernation image: \n");
printk(KERN_INFO "PM: Creating hibernation image:\n");

drain_local_pages(NULL);
nr_pages = count_data_pages();
Expand Down

0 comments on commit 07c3bb5

Please sign in to comment.