]> 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, 2 Dec 2011 03:12:43 +0000 (14:12 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 Dec 2011 04:05:33 +0000 (15:05 +1100)
commit91cb0c940df3287df4965bf0c929c49764904498
tree7edbdc19e29193cc74bedcd6007d46cfa6e5152d
parent9793edac860a3fa16944888948d9678bf0017c08
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