mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue