checkpatch: complain about executable files
authorJoe Perches <joe@perches.com>
Mon, 29 Apr 2013 23:18:14 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:20 +0000 (18:28 -0700)
commit04db4d25d9eaa58140520f976994d1a601129c00
treeef0f2c8c04f8deba8fd9ea9b81d00edbda3f575e
parenta6962d7273d8f89c136fe9ea3d61d7f47adcd823
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>
scripts/checkpatch.pl