mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
[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:
parent
b4955ce3dd
commit
c0d62219a4
@ -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()));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user