linux/sound/isa
Peter Senna Tschudin 395d9dd5dd sound: Remove unnecessary semicolon
A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@r1@
statement S;
position p,p1;
@@
S@p1;@p

@script:python r2@
p << r1.p;
p1 << r1.p1;
@@
if p[0].line != p1[0].line_end:
        cocci.include_match(False)
@@
position r1.p;
@@
-;@p
// </smpl>

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-10-06 16:47:53 +02:00
..
ad1816a ALSA: snd-ad1816a: Implement suspend/resume 2012-08-20 11:12:56 +02:00
ad1848
cs423x
es1688
galaxy
gus
msnd
opti9xx
sb sound: Remove unnecessary semicolon 2012-10-06 16:47:53 +02:00
wavefront sound: Remove unnecessary semicolon 2012-10-06 16:47:53 +02:00
wss
adlib.c
als100.c ALSA: snd-als100: fix suspend/resume 2012-08-21 07:29:40 +02:00
azt2320.c
cmi8328.c ALSA: cmi8328: Fix build error with CONFIG_GAMEPORT=n 2012-08-24 07:54:16 +02:00
cmi8330.c
es18xx.c
Kconfig ALSA: introduce snd-cmi8328: C-Media CMI8328 driver 2012-08-21 07:30:46 +02:00
Makefile ALSA: introduce snd-cmi8328: C-Media CMI8328 driver 2012-08-21 07:30:46 +02:00
opl3sa2.c
sc6000.c
sscape.c