From: Toshiaki Yamane Date: Wed, 25 Jul 2012 03:18:12 +0000 (+0900) Subject: staging: panel: fix checkpatch warnings X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~953 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ebb56d974b2c0b31effd1bb2bde554582a9ebd8;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed