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:
9c340ac
)
staging: goldfish: fix coding style.
author
Hoang Tran
<hoangtran.gwr@gmail.com>
Mon, 16 Jun 2014 07:18:37 +0000
(15:18 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:01:35 +0000
(15:01 -0700)
Using an else following a break or return can unnecessarily
indent code blocks.
This patch fixes coding style reported by checkpatch.pl, a part
of eudyptula challenge.
Signed-off-by: Hoang Tran <hoangtran.gwr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found