OSDN Git Service

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)
commitc0a5c89858337653d7b52ecbbcd9975a52359570
tree3f4822ddd94b877839fee60274d3aaf0a1b6723f
parent62ec818f55ccc3e1a04a6634f8e541596778af5d
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