[PATCH] Kill stray newline
OOM killer prints a stray newline. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b4955ce3dd
commit
c0d62219a4
@@ -1314,7 +1314,7 @@ void show_free_areas(void)
|
|||||||
get_page_state(&ps);
|
get_page_state(&ps);
|
||||||
get_zone_counts(&active, &inactive, &free);
|
get_zone_counts(&active, &inactive, &free);
|
||||||
|
|
||||||
printk("\nFree pages: %11ukB (%ukB HighMem)\n",
|
printk("Free pages: %11ukB (%ukB HighMem)\n",
|
||||||
K(nr_free_pages()),
|
K(nr_free_pages()),
|
||||||
K(nr_free_highpages()));
|
K(nr_free_highpages()));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user