[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:
Denis Vlasenko 2005-06-21 17:15:14 -07:00 committed by Linus Torvalds
parent b4955ce3dd
commit c0d62219a4
1 changed files with 1 additions and 1 deletions

View File

@ -1314,7 +1314,7 @@ void show_free_areas(void)
get_page_state(&ps);
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_highpages()));