From: KOSAKI Motohiro Date: Fri, 5 Mar 2010 21:41:59 +0000 (-0800) Subject: mm/mempolicy.c: fix indentation of the comments of do_migrate_pages X-Git-Tag: v2.6.34-rc1~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0aa138944311e6745a00ac3d88f03e8d9a46c4;p=pandora-kernel.git mm/mempolicy.c: fix indentation of the comments of do_migrate_pages Currently, do_migrate_pages() have very long comment and this is not indent properly. I often misunderstand it is function starting commnents and confused it. this patch fixes it. note: this patch doesn't break 80 column rule. I guess original author intended this indentaion, but an accident corrupted it. Signed-off-by: KOSAKI Motohiro Reviewed-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed