提交 f75621c6 编写于 作者: J Julia Lawall 提交者: Michal Marek

coccinelle: bugon: reduce rule applicability

Rule r is only use in org or report mode, so only execute it in those
cases.
Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: NMichal Marek <mmarek@suse.com>
上级 79ff2b3d
......@@ -40,7 +40,7 @@ expression e;
// For org and report mode
//----------------------------------------------------------
@r@
@r depends on (org || report)@
expression e;
position p;
@@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册