checkpatch: ignore SI unit CamelCase variants like "_uV"
authorJoe Perches <joe@perches.com>
Wed, 3 Jul 2013 22:05:33 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:45 +0000 (16:07 -0700)
commit22735ce857a2d9f4e6eec37c36be3fcf9d21d154
treeef64119a99ffce6a804a7ff2d9a0e316934b2654
parent786b632622800d73d9b0355c9a79b3f3b5792c6c
checkpatch: ignore SI unit CamelCase variants like "_uV"

Many existing variable names use SI like variants that should be otherwise
obvious and acceptable.

Whitelist them from the CamelCase message.

Signed-off-by: Joe Perches <joe@perches.com>
Suggested-by: Phil Carmody <phil.carmody@partner.samsung.com>
Acked-by: Phil Carmody <phil.carmody@partner.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl