git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84db56
)
md/raid10: simplify/reindent some loops.
author
NeilBrown
<neilb@suse.de>
Thu, 28 Jul 2011 01:39:23 +0000
(11:39 +1000)
committer
NeilBrown
<neilb@suse.de>
Thu, 28 Jul 2011 01:39:23 +0000
(11:39 +1000)
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>
No differences found