diff options
author | Joe Perches <joe@perches.com> | 2015-04-16 12:44:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-17 09:03:57 -0400 |
commit | b392c64f59d7b088aefb4e86d208cd6d3b93eefb (patch) | |
tree | 8cc15686623671b7d02ed035d8bf28c6229cdb7b /scripts/sortextable.c | |
parent | ebfd7d62375316ff532b6b9bae9d88a29f434ba7 (diff) | |
download | lwn-b392c64f59d7b088aefb4e86d208cd6d3b93eefb.tar.gz lwn-b392c64f59d7b088aefb4e86d208cd6d3b93eefb.zip |
checkpatch: match more world writable permissions
Currently checkpatch will fuss if one uses world writable settings in
debugfs files and DEVICE_ATTR uses by testing S_IWUGO but not testing
S_IWOTH, S_IRWXUGO or S_IALLUGO.
Extend the check to catch all cases exporting world writable permissions
including octal values.
[akpm@linux-foundation.org: remove stray $]
Signed-off-by: Joe Perches <joe@perches.com>
Original-patch-by: Nicholas Mc Guire <hofrat@osadl.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/sortextable.c')
0 files changed, 0 insertions, 0 deletions