]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: find CamelCase definitions of struct/union/enum
authorJoe Perches <joe@perches.com>
Tue, 5 Nov 2013 05:56:54 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:54 +0000 (16:56 +1100)
commit31e95546fa0cc3b24c1c7714f3ec98869d7d022b
tree40122c708e9a272dfc398c06bee9eac9a8a32ee6
parentdd1e5dd12acad4e1794dc97f1b36341eccec8814
checkpatch: find CamelCase definitions of struct/union/enum

Checkpatch doesn't currently find CamelCase definitions of structs, unions
or enums.

Add that ability.

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