aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaishali Thakkar <vaishali.thakkar@oracle.com>2016-03-20 10:57:32 +0530
committerMichal Marek <mmarek@suse.com>2016-04-20 09:50:53 +0200
commit531f50388f1b05a297c6eab7a0c1e8e6d997678b (patch)
treeb42095d851f48f80e46c4da5fff0a641e62e2696
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
downloadkernel_i9300_mainline-531f50388f1b05a297c6eab7a0c1e8e6d997678b.zip
kernel_i9300_mainline-531f50388f1b05a297c6eab7a0c1e8e6d997678b.tar.gz
kernel_i9300_mainline-531f50388f1b05a297c6eab7a0c1e8e6d997678b.tar.bz2
Coccinelle: setup_timer: Add space in front of parentheses
Add space in front of the offending parentheses to silent the parse error for older Coccinelle versions. This makes the rule usable with all Coccinelle versions. Reported-by: Nishanth Menon <nm@ti.com> Signed-off-by: Vaishali Thakkar <vaishali.thakkar@oracle.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Fixes: c5eda8fd10c6 ("Coccinelle: Add api/setup_timer.cocci") Signed-off-by: Michal Marek <mmarek@suse.com>
-rw-r--r--scripts/coccinelle/api/setup_timer.cocci4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/coccinelle/api/setup_timer.cocci b/scripts/coccinelle/api/setup_timer.cocci
index 8ee0ac3..eb6bd9e 100644
--- a/scripts/coccinelle/api/setup_timer.cocci
+++ b/scripts/coccinelle/api/setup_timer.cocci
@@ -106,7 +106,7 @@ position j0, j1, j2;
@match_function_and_data_after_init_timer_context
depends on !patch &&
!match_immediate_function_data_after_init_timer_context &&
-(context || org || report)@
+ (context || org || report)@
expression a, b, e1, e2, e3, e4, e5;
position j0, j1, j2;
@@
@@ -127,7 +127,7 @@ position j0, j1, j2;
@r3_context depends on !patch &&
!match_immediate_function_data_after_init_timer_context &&
!match_function_and_data_after_init_timer_context &&
-(context || org || report)@
+ (context || org || report)@
expression c, e6, e7;
position r1.p;
position j0, j1;