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:
97d59f8
)
staging: vt6656: removed parenthesis from return statement
author
Nandini Hanumanthagowda
<nandu.hgowda@gmail.com>
Tue, 12 Nov 2013 17:35:37 +0000
(23:05 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 20 Nov 2013 00:06:22 +0000
(16:06 -0800)
parenthesis is not required in return statement since its
not a fucntion, hence remove parentheses 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