Coccinelle: fix incorrect -include option transformation
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 22 Sep 2015 13:15:30 +0000 (15:15 +0200)
committerMichal Marek <mmarek@suse.com>
Mon, 26 Oct 2015 20:32:09 +0000 (21:32 +0100)
commit5b169108571e0ada22f9b9f5448a2e4fefb5faa6
treebc19b1ac02db0e286c58b1096b7d7cebf8e8f682
parent02da7b42777c159c6897e233e6c53d5581c07dab
Coccinelle: fix incorrect -include option transformation

kbuild/gcc uses -include option to include files and -I to provide paths
for #include <> directive. In case of spatch latter option should be
prefixed with two -.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccicheck