]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: improve octal permissions tests
authorJoe Perches <joe@perches.com>
Fri, 13 Feb 2015 22:38:21 +0000 (14:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2015 05:21:39 +0000 (21:21 -0800)
commitbc94da57757b72f620f199285713055e09ec1fca
tree3f4822ddd94b877839fee60274d3aaf0a1b6723f
parent00a39a0c02b9278d058b4e53d19c15aaccc390bb
checkpatch: improve octal permissions tests

Add world writable permissions tests for the various functions like
debugfs etc...

Add $String type for $FuncArg so that string constants are matched.

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