commit | 04db4d25d9eaa58140520f976994d1a601129c00 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Apr 29 16:18:14 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Apr 29 18:28:20 2013 -0700 |
tree | ef0f2c8c04f8deba8fd9ea9b81d00edbda3f575e | |
parent | a6962d7273d8f89c136fe9ea3d61d7f47adcd823 [diff] |
checkpatch: complain about executable files Complain about files with an executable bit set that are not in a scripts/ directory and are not type .pl, .py, .awk, or .sh Based on an initial patch from Stephen. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>