Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756066AbYFYKE1 (ORCPT ); Wed, 25 Jun 2008 06:04:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754697AbYFYKEU (ORCPT ); Wed, 25 Jun 2008 06:04:20 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:59368 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754532AbYFYKET (ORCPT ); Wed, 25 Jun 2008 06:04:19 -0400 Date: Wed, 25 Jun 2008 19:02:48 +0900 From: KOSAKI Motohiro To: LKML , linux-mm , Andrew Morton , Lee Schermerhorn , Rik van Riel , Hiroshi Shimamoto Subject: [-mm][PATCH 2/10] fix printk in show_free_areas() Cc: kosaki.motohiro@jp.fujitsu.com In-Reply-To: <20080625185717.D84C.KOSAKI.MOTOHIRO@jp.fujitsu.com> References: <20080625185717.D84C.KOSAKI.MOTOHIRO@jp.fujitsu.com> Message-Id: <20080625190145.D852.KOSAKI.MOTOHIRO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.42 [ja] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 980 Lines: 34 = From: Rik van Riel Fix typo in show_free_areas. Debugged-by: Hiroshi Shimamoto Signed-off-by: Rik van Riel Signed-off-by: KOSAKI Motohiro --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/mm/page_alloc.c =================================================================== --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1931,7 +1931,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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/