aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2016-10-11 13:52:19 -0700
committerLinus Torvalds <[email protected]>2016-10-11 15:06:31 -0700
commit459cf0ae5d6600592a539bc861c84e14ed1a5bcb (patch)
treef4fa23f9bedb60aa3b0d2fae55bfff46f64d63e4 /lib/mpi/mpiutil.c
parentca0d8929e75ab1f860f61208d46955f280a1b05e (diff)
checkpatch: improve the octal permissions tests
The function calls with octal permissions commonly span multiple lines. The current test is line oriented and fails to find some matches. Make the test use the $stat variable instead of the $line variable to span multiple lines. Also add a few functions to the known functions with permissions list. Move the SYMBOLIC_PERMS test to a separate section to find all the S_<FOO> permissions in any form not just those that have specific function names. This can now find and fix permissions uses like: .mode = S_<FOO> | S_<BAR>; Link: http://lkml.kernel.org/r/b51bab60530912aae4ac420119d465c5b206f19f.1475030406.git.joe@perches.com Signed-off-by: Joe Perches <[email protected]> Tested-by: Ramiro Oliveira <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions