check_kernel_printf.c: Strip parentheses
commitb3d73e117634df47b2c85ea97ad267ab28ff792d
authorRasmus Villemoes <rv@rasmusvillemoes.dk>
Tue, 10 Feb 2015 21:45:47 +0000 (10 22:45 +0100)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 11 Feb 2015 18:51:21 +0000 (11 21:51 +0300)
tree3adf228343e0da19e69acbc9bf0ded5f367dba04
parentf790dd374764ce5e46b616fe68205097de95f4c6
check_kernel_printf.c: Strip parentheses

A common source of 'non-constant format argument' is macros wrapping
every argument in parentheses, and I was stupid enough not to strip
those. Well, better late than never.
check_kernel_printf.c