commit | 5b169108571e0ada22f9b9f5448a2e4fefb5faa6 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Tue Sep 22 15:15:30 2015 +0200 |
committer | Michal Marek <mmarek@suse.com> | Mon Oct 26 21:32:09 2015 +0100 |
tree | bc19b1ac02db0e286c58b1096b7d7cebf8e8f682 | |
parent | 02da7b42777c159c6897e233e6c53d5581c07dab [diff] |
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>