summaryrefslogtreecommitdiffstats
path: root/scripts/coccicheck
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/coccicheck')
-rwxr-xr-xscripts/coccicheck5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/coccicheck b/scripts/coccicheck
index f137b04dfdd3..5319fae910b4 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -30,7 +30,7 @@ else
30 NPROC="$J" 30 NPROC="$J"
31fi 31fi
32 32
33FLAGS="--very-quiet $SPFLAGS" 33FLAGS="--very-quiet"
34 34
35# spatch only allows include directories with the syntax "-I include" 35# spatch only allows include directories with the syntax "-I include"
36# while gcc also allows "-Iinclude" and "-include include" 36# while gcc also allows "-Iinclude" and "-include include"
@@ -106,6 +106,9 @@ kill_running() {
106 done 106 done
107} 107}
108 108
109# You can override heuristics with SPFLAGS, these must always go last
110OPTIONS="$OPTIONS $SPFLAGS"
111
109coccinelle () { 112coccinelle () {
110 COCCI="$1" 113 COCCI="$1"
111 114