commit | 6ebb56d974b2c0b31effd1bb2bde554582a9ebd8 | [log] [tgz] |
---|---|---|
author | Toshiaki Yamane <yamanetoshi@gmail.com> | Wed Jul 25 12:18:12 2012 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 13 19:25:48 2012 -0700 |
tree | 42762ef9bf5cbe45529bc9bb0e8da83f8b214dba | |
parent | c50037496113e2eb04cfeec86a5c2490786c3dd5 [diff] |
staging: panel: fix checkpatch warnings 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>