Browse Source

PM / Hibernate: Remove trailing space in message

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>
Frans Pop 15 years ago
parent
commit
07c3bb5797
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/power/snapshot.c

+ 1 - 1
kernel/power/snapshot.c

@@ -1500,7 +1500,7 @@ asmlinkage int swsusp_save(void)
 {
 {
 	unsigned int nr_pages, nr_highmem;
 	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);
 	drain_local_pages(NULL);
 	nr_pages = count_data_pages();
 	nr_pages = count_data_pages();