[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080613134827.5dbac5ac@cuia.bos.redhat.com>
Date: Fri, 13 Jun 2008 13:48:27 -0400
From: Rik van Riel <riel@...hat.com>
To: Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Lee Schermerhorn <lee.schermerhorn@...com>,
Kosaki Motohiro <kosaki.motohiro@...fujitsu.com>
Subject: [PATCH] fix printk in show_free_areas
OFix typo in show_free_areas.
Debugged-by: Hiroshi Shimamoto <h-shimamoto@...jp.nec.com>
Signed-off-by: Rik van Riel <riel@...hat.com>
---
mm/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.26-rc5-mm2/mm/page_alloc.c
===================================================================
--- linux-2.6.26-rc5-mm2.orig/mm/page_alloc.c 2008-06-12 13:48:54.000000000 -0400
+++ linux-2.6.26-rc5-mm2/mm/page_alloc.c 2008-06-13 13:46:43.000000000 -0400
@@ -1929,7 +1929,7 @@ void show_free_areas(void)
}
}
- printk("Active_anon:%lu active_file:%lu inactive_anon%lu\n"
+ printk("Active_anon:%lu active_file:%lu inactive_anon:%lu\n"
" inactive_file:%lu"
//TODO: check/adjust line lengths
#ifdef CONFIG_UNEVICTABLE_LRU
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists