]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: reduce false positive rate of "complex macros"
authorJoe Perches <joe@perches.com>
Wed, 19 Jun 2013 00:07:20 +0000 (10:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:06 +0000 (17:27 +1000)
commit2ad3b166ee88214ea683869be82cbe992af8ed6a
treea494701e4267c691d8800edec5813bcff0b1e103
parent796364521bafb4c364731bda8a04096311cd77e3
checkpatch: reduce false positive rate of "complex macros"

Allow "#define foo struct.member" without bleating a warning.

This also allows "#define foo bar.baz->qux" and so on.

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