md/raid10: reformat some loops with less indenting.
commitab9d47e990c12c11cc95ed1247a3782234a7e33a
authorNeilBrown <neilb@suse.de>
Wed, 11 May 2011 04:54:41 +0000 (11 14:54 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 11 May 2011 04:54:41 +0000 (11 14:54 +1000)
tree7c82006d01e903e79d23d3b289a35effed4eacde
parentf17ed07c853d5d772515f565a7fc68f9098d6d69
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 <neilb@suse.de>
drivers/md/raid10.c