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:
9a671f8
)
staging/rts_pstor: fix the no brace needed warning
author
Devendra Naga
<devendra.aaru@gmail.com>
Sat, 7 Jul 2012 06:02:15 +0000
(11:32 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 9 Jul 2012 18:51:05 +0000
(11:51 -0700)
for if else statements having single block no braces are needed
fixed the following checkpatch warning
drivers/staging/rts_pstor/sd.c:140: WARNING: braces {} are not necessary for any arm of this statement
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found