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:
c500374
)
staging: panel: fix checkpatch warnings
author
Toshiaki Yamane
<yamanetoshi@gmail.com>
Wed, 25 Jul 2012 03:18:12 +0000
(12:18 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 02:25:48 +0000
(19:25 -0700)
Now checkpatch clean.
$ find drivers/staging/panel -name "*.[ch]"|xargs ./scripts/checkpatch.pl \
-f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n
2 WARNING: Single statement macros should not use a do {} while (0) loop
Signed-off-by: Toshiaki Yamane <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found