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