commit | 1294b9c973251a5e68b62c9b40dd914517bda675 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Thu Jul 28 11:39:23 2011 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu Jul 28 11:39:23 2011 +1000 |
tree | 45547cfff8997a3a633490341f8166dc6d00e962 | |
parent | b84db560ead5417b5594349512baf8837959df4f [diff] |
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 <neilb@suse.de>