checkpatch: find CamelCase definitions of struct/union/enum
authorJoe Perches <joe@perches.com>
Tue, 12 Nov 2013 23:10:08 +0000 (15:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:24 +0000 (12:09 +0900)
commit11ea516a6c578564a65a352abb08ef558d365946
treeb9373f23d089a5c762ee72c52cd9c3e1d4e11222
parent066687279ccf5e9e935f7780c4b311d18ebaf977
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl