瀏覽代碼

Coccinelle: reduce rule applicability

Rule r is only use in org or report mode, so only execute it in those
cases.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.com>
Julia Lawall 9 年之前
父節點
當前提交
8f551befa2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/coccinelle/misc/badty.cocci

+ 1 - 1
scripts/coccinelle/misc/badty.cocci

@@ -50,7 +50,7 @@ T **x;
 //  For org and report mode
 //----------------------------------------------------------
 
-@r disable sizeof_type_expr@
+@r depends on (org || report) disable sizeof_type_expr@
 type T;
 T **x;
 position p;