]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1aa045ab9e4b8f3c5fd804c54f118a2e638ae605
tree6583d6b4fa1714d3b10def6256ea5b18dc59ded1
parent8bd72856f746db03fe69238fd8bbd14616165bfb
checkpatch: remove quote from CamelCase test

Commit e8efa45651 ("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