summaryrefslogtreecommitdiff
path: root/scripts/coccinelle
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2015-05-13 14:56:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-05-15 07:12:53 +0200
commiteb963c6c287db945d01b8392385d92730a522983 (patch)
treeb4af9767be5d01157fc7844d83bec15d7a5ee52d /scripts/coccinelle
parent6984e82c84e7c1b5390bd4d7450d89814e3840f1 (diff)
downloadbarebox-eb963c6c287db945d01b8392385d92730a522983.tar.gz
scripts: update socfpga_sequencer importer to Quartus 15.0
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r--scripts/coccinelle/misc/altera_sequencer.cocci3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/coccinelle/misc/altera_sequencer.cocci b/scripts/coccinelle/misc/altera_sequencer.cocci
index 9fea239c0c..2350e841c0 100644
--- a/scripts/coccinelle/misc/altera_sequencer.cocci
+++ b/scripts/coccinelle/misc/altera_sequencer.cocci
@@ -1,7 +1,8 @@
@r_shadow@
+type T;
@@
-- ...curr_shadow_reg = 0;
+- static T curr_shadow_reg = 0;
@r_out2_delay@
type T;