From: NeilBrown Date: Thu, 28 Jul 2011 01:39:23 +0000 (+1000) Subject: md/raid10: simplify/reindent some loops. X-Git-Tag: v3.1-rc1~131^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1294b9c973251a5e68b62c9b40dd914517bda675;p=pandora-kernel.git md/raid10: simplify/reindent some loops. When a loop ends with a large if, it can be neater to change the if to invert the condition and just 'continue'. Then the body of the if can be indented to a lower level. Signed-off-by: NeilBrown --- Reading git-diff-tree failed