staging: panel: fix checkpatch warnings
authorToshiaki Yamane <yamanetoshi@gmail.com>
Wed, 25 Jul 2012 03:18:12 +0000 (12:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 02:25:48 +0000 (19:25 -0700)
commit6ebb56d974b2c0b31effd1bb2bde554582a9ebd8
tree42762ef9bf5cbe45529bc9bb0e8da83f8b214dba
parentc50037496113e2eb04cfeec86a5c2490786c3dd5
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>
drivers/staging/panel/panel.c