]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: improve memset and min/max with cast checking
authorJoe Perches <joe@perches.com>
Fri, 16 Dec 2011 04:50:17 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Dec 2011 06:01:23 +0000 (17:01 +1100)
commit9867b15d9c9b80ddfc7a654745e8e8cae270760a
treee14dab8c5a757c0250265c417b9433bc1a1ad4d4
parent6a2c18d9d483544de40d819d5715508dbad9657b
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