1
0
Fork 0

Coccinelle: array_size: 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>
steinar/wifi_calib_4_9_kernel
Julia Lawall 2016-01-30 17:13:54 +01:00 committed by Michal Marek
parent 8f551befa2
commit c7eaa8873b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ T[] E;
// For org and report mode
//----------------------------------------------------------
@r@
@r depends on (org || report)@
type T;
T[] E;
position p;