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:
b4955ce
)
[PATCH] Kill stray newline
author
Denis Vlasenko
<vda@ilport.com.ua>
Wed, 22 Jun 2005 00:15:14 +0000
(17:15 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 01:46:21 +0000
(18:46 -0700)
OOM killer prints a stray newline.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/page_alloc.c
patch
|
blob
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index 62b950901d6f150cec6f61b575bfcca82f2b9564..206920796f5f68cb176afa138238bd3584106a5a 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-1314,7
+1314,7
@@
void show_free_areas(void)
get_page_state(&ps);
get_zone_counts(&active, &inactive, &free);
- printk("
\n
Free pages: %11ukB (%ukB HighMem)\n",
+ printk("Free pages: %11ukB (%ukB HighMem)\n",
K(nr_free_pages()),
K(nr_free_highpages()));