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

No differences found