]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: improve memset and min/max with cast checking
authorJoe Perches <joe@perches.com>
Thu, 8 Dec 2011 04:42:22 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Dec 2011 04:19:04 +0000 (15:19 +1100)
commitbb155ca440bf684ba7c5162c7970995163975116
tree08d57872a2987cadfdc6893d59c9089d19f039e4
parent20f2ccd6b5416a2cff631cf8bbcc5480629e2a24
checkpatch: improve memset and min/max with cast checking

Improve the checking of arguments to memset and min/max tests.

Move the checking of min/max to statement blocks instead of single line.
Change $Constant to allow any case type 0x initiator and trailing ul
specifier.  Add $FuncArg type as any function argument with or without a
cast.  Print the whole statement when showing memset or min/max messages.
Improve the memset with 0 as 3rd argument error message.

There are still weaknesses in the $FuncArg and $Constant code as arbitrary
parentheses and negative signs are not generically supported.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl