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:
5cfa1b2
)
staging: vt6656: removed unnecessary braces around if-else statements
author
Nandini Hanumanthagowda
<nandu.hgowda@gmail.com>
Tue, 12 Nov 2013 17:35:30 +0000
(23:05 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 19 Nov 2013 23:58:11 +0000
(15:58 -0800)
removed unnecessary braces around if-else statement whenever
the if-else construct was followed by just single line of code
to comply with linux coding style
Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found