[PATCH] staging/vme: fix checkpatch warnings

2012-07-22 Thread Toshiaki Yamane
Now checkpatch clean. $ find drivers/staging/vme -name "*.[ch]"|xargs ./scripts/checkpatch.pl \ -f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n 1 ERROR: trailing whitespace 2 WARNING: Prefer pr_debug(... to printk(KERN_DEBUG, ... 5 WARNING: Prefer pr_info(... to pr

[PATCH] staging/vme: fix checkpatch warnings

2012-07-21 Thread Toshiaki Yamane
Now checkpatch clean. $ find drivers/staging/vme -name "*.[ch]"|xargs ./scripts/checkpatch.pl \ -f --terse --nosummary|cut -f3- -d":"|sort |uniq -c|sort -n 1 ERROR: trailing whitespace 2 WARNING: Prefer pr_debug(... to printk(KERN_DEBUG, ... 5 WARNING: Prefer pr_info(... to pr