aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda@ilport.com.ua>2005-06-21 17:15:14 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-21 18:46:21 -0700
commitc0d62219a48bd91ec40fb254c930914dccc77ff1 (patch)
tree66049d2eb980b67bd745d19e97ada5a992975c06 /mm/page_alloc.c
parent[PATCH] msync: check pte dirty earlier (diff)
downloadlinux-dev-c0d62219a48bd91ec40fb254c930914dccc77ff1.tar.xz
linux-dev-c0d62219a48bd91ec40fb254c930914dccc77ff1.zip
[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>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 62b950901d6f..206920796f5f 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()));