dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/isa/sb
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
..
Makefile ALSA: Merge es1688 and es968 drivers 2010-05-10 09:49:30 +02:00
emu8000.c ALSA: emu8000: fix emu8000 DRAM sized 512 KiB too small 2012-08-28 19:58:12 +02:00
emu8000_callback.c sound: Remove unnecessary semicolon 2012-10-06 16:47:53 +02:00
emu8000_local.h [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
emu8000_patch.c ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.c 2012-02-06 10:22:54 +01:00
emu8000_pcm.c ALSA: sb: check get_user() return value 2010-07-29 12:24:22 +02:00
emu8000_synth.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
jazz16.c ALSA: module_param: make bool parameters really bool 2011-12-19 10:34:41 +01:00
sb8.c ALSA: module_param: make bool parameters really bool 2011-12-19 10:34:41 +01:00
sb8_main.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
sb8_midi.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
sb16.c ALSA: module_param: make bool parameters really bool 2011-12-19 10:34:41 +01:00
sb16_csp.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
sb16_main.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
sb_common.c sound: Add module.h to the previously silent sound users 2011-10-31 19:31:21 -04:00
sb_mixer.c ALSA: jazz16: Add support for Media Vision Jazz16 chipset 2009-12-21 12:09:22 +01:00
sbawe.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00