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:
9e76b9d
)
staging/ft1000: fix the no brace needed warning in ft1000_interrupt
author
Devendra Naga
<devendra.aaru@gmail.com>
Sat, 7 Jul 2012 12:05:12 +0000
(17:35 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 9 Jul 2012 19:26:42 +0000
(12:26 -0700)
as the if statement encloses only one line braces around it are not
needed.
The following warn fixed,
WARNING: braces {} are not necessary for single statement blocks
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found