projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace4bd2
)
swsusp: clean up printk
author
Andrew Morton
<akpm@linux-foundation.org>
Wed, 9 May 2007 09:33:17 +0000
(
02:33
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:48 +0000
(12:30 -0700)
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>
kernel/power/snapshot.c
patch
|
blob
|
history
diff --git
a/kernel/power/snapshot.c
b/kernel/power/snapshot.c
index b7039772b05ca04a3d0fd67dfde40c31e9539f20..48383ea7229095c2b3a1c6791e87219336ee85b7 100644
(file)
--- a/
kernel/power/snapshot.c
+++ b/
kernel/power/snapshot.c
@@
-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;
}