Re: [PATCH] coccinelle: bugon: reduce rule applicability

2016-02-18 Thread Michal Marek
Dne 3.2.2016 v 19:05 Julia Lawall napsal(a): > Rule r is only use in org or report mode, so only execute it in those > cases. I applied this and the previous three patches to kbuild.git#misc. Thanks, Michal

[PATCH] coccinelle: bugon: reduce rule applicability

2016-02-03 Thread Julia Lawall
Rule r is only use in org or report mode, so only execute it in those cases. Signed-off-by: Julia Lawall --- scripts/coccinelle/misc/bugon.cocci |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coccinelle/misc/bugon.cocci b/scripts/coccinelle/misc/bugon.cocci inde