提交 c0d62219 编写于 作者: D Denis Vlasenko 提交者: Linus Torvalds

[PATCH] Kill stray newline

OOM killer prints a stray newline.
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 b4955ce3
......@@ -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()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册