From: NeilBrown Date: Wed, 11 May 2011 04:54:41 +0000 (+1000) Subject: md/raid10: reformat some loops with less indenting. X-Git-Tag: v3.0-rc1~358^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab9d47e990c12c11cc95ed1247a3782234a7e33a;p=pandora-kernel.git md/raid10: reformat some loops with less indenting. When a loop ends with an 'if' with a large body, it is neater to make the if 'continue' on the inverse condition, and then the body is indented less. Apply this pattern 3 times, and wrap some other long lines. Signed-off-by: NeilBrown --- Reading git-diff-tree failed