]> err.no Git - linux-2.6/blobdiff - mm/page_alloc.c
e1000: fix spinlock bug
[linux-2.6] / mm / page_alloc.c
index 62b950901d6f150cec6f61b575bfcca82f2b9564..206920796f5f68cb176afa138238bd3584106a5a 100644 (file)
@@ -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()));