Skip to content

Commit

Permalink
[PATCH] Kill stray newline
Browse files Browse the repository at this point in the history
OOM killer prints a stray newline.

Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Denis Vlasenko authored and Linus Torvalds committed Jun 22, 2005
1 parent b4955ce commit c0d6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()));

Expand Down

0 comments on commit c0d6221

Please sign in to comment.