checkpatch: remove quote from CamelCase test
authorJoe Perches <joe@perches.com>
Wed, 3 Jul 2013 22:05:22 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:44 +0000 (16:07 -0700)
commit807bd26c4c3e94aced4630ba8369c8941728636b
tree6583d6b4fa1714d3b10def6256ea5b18dc59ded1
parenta640d25cead66457ac14a878234f8b323ba8aade
checkpatch: remove quote from CamelCase test

Commit be987d9f80 ("checkpatch: improve CamelCase test for Page") added
it but it shouldn't be there.  Must have been my fault.

Make sure that the tested variable doesn't contain a constant.

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