From: Bob Liu Date: Tue, 26 Oct 2010 21:22:09 +0000 (-0700) Subject: mm: page_isolation: codeclean fix comment and rm unneeded val init X-Git-Tag: v2.6.37-rc1~105^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a3607e5f30dc642bead8cd95c48d47b6b4bfbb;p=pandora-kernel.git mm: page_isolation: codeclean fix comment and rm unneeded val init __test_page_isolated_in_pageblock() returns 1 if all pages in the range are isolated, so fix the comment. Variable `pfn' will be initialised in the following loop so remove it. Signed-off-by: Bob Liu Acked-by: KAMEZAWA Hiroyuki Cc: Wu Fengguang Cc: KOSAKI Motohiro Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed