From: Denis Vlasenko Date: Wed, 22 Jun 2005 00:15:14 +0000 (-0700) Subject: [PATCH] Kill stray newline X-Git-Tag: v2.6.13-rc4~130^2~202^2~129 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c0d62219a48bd91ec40fb254c930914dccc77ff1;p=linux-2.6-omap-h63xx.git [PATCH] Kill stray newline OOM killer prints a stray newline. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 62b950901d6..206920796f5 100644 --- 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("\nFree pages: %11ukB (%ukB HighMem)\n", + printk("Free pages: %11ukB (%ukB HighMem)\n", K(nr_free_pages()), K(nr_free_highpages()));