coccicheck: Allow for overriding spatch flags
authorDeepa Dinamani <deepa.kernel@gmail.com>
Sun, 12 Jun 2016 19:04:39 +0000 (12:04 -0700)
committerMichal Marek <mmarek@suse.com>
Mon, 20 Jun 2016 20:08:13 +0000 (22:08 +0200)
commit7a2358b3818691521c7df531415d1ea4d0398520
tree0c2a1d541e5109a7c501580ff5ecaaeb593ed675
parentbf56cc04ef97c8ec536e3fcd16fc57902cba339f
coccicheck: Allow for overriding spatch flags

Documentation/coccinelle.txt suggests using the SPFLAGS
make variable to pass additional options to spatch.

Reorder the way SPFLAGS is added to FLAGS, to allow
for options in the SPFLAGS to override the default
--very-quiet option.

Similarly, rearrage the FLAGS for org or report mode.
This allows for overriding of the default --no-show-diff
option through SPFLAGS.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: Gilles Muller <Gilles.Muller@lip6.fr>
Acked-by: Nicolas Palix <nicolas.palix@imag.fr>
Acked-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/coccicheck