]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0fa68cf56ae1fd7b0a31d41f61d249b811c33db7
treeef64119a99ffce6a804a7ff2d9a0e316934b2654
parent77aca9fa8099d3ecfa39bb365448bce8a50a66ff
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