projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb077d
)
PM / Hibernate: Remove trailing space in message
author
Frans Pop
<elendil@planet.nl>
Thu, 11 Feb 2010 22:09:08 +0000
(23:09 +0100)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Fri, 26 Feb 2010 19:39:13 +0000
(20:39 +0100)
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>
kernel/power/snapshot.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/power/snapshot.c
b/kernel/power/snapshot.c
index 36cb168e4330936a9120691fd19e80ddb8d2db9d..2eda40741aaac298236682bbaeb21b52041934ec 100644
(file)
--- a/
kernel/power/snapshot.c
+++ b/
kernel/power/snapshot.c
@@
-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();