]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: Add acheck for use of sizeof without parenthesis
authorJoe Perches <joe@perches.com>
Sat, 21 Jul 2012 00:55:00 +0000 (10:55 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:53:22 +0000 (13:53 +1000)
commit8407434e74af902139783b99ee77f309b8ce6aca
treed676718df0e0944da9a9428fda3fb00ab123e915
parent68745094144e06202d98171505aa5bd54d6e9060
checkpatch: Add acheck for use of sizeof without parenthesis

Kernel style uses parenthesis around sizeof.

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