Skip to content
Commit 1294b9c9 authored by NeilBrown's avatar NeilBrown
Browse files

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: default avatarNeilBrown <neilb@suse.de>
parent b84db560
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment