commit | ab9d47e990c12c11cc95ed1247a3782234a7e33a | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed May 11 14:54:41 2011 +1000 |
committer | NeilBrown <neilb@suse.de> | Wed May 11 14:54:41 2011 +1000 |
tree | 7c82006d01e903e79d23d3b289a35effed4eacde | |
parent | f17ed07c853d5d772515f565a7fc68f9098d6d69 [diff] |
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>