1
0
Fork 0
remarkable-linux/sound/pci/au88x0
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0.c ALSA: pci: clean up using module_pci_driver() 2012-04-24 12:25:00 +02:00
au88x0.h ALSA: Au88x0 - Implement subdevice volume controls 2012-01-24 15:25:08 +01:00
au88x0_a3d.c Fix common misspellings 2011-03-31 11:26:23 -03:00
au88x0_a3d.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0_a3ddata.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
au88x0_core.c ALSA: au88x0 - Avoid possible Oops at unbinding 2012-03-16 09:54:00 +01:00
au88x0_eq.c ALSA - au88x0 - add Playback Volume to 10 bands Equalizer Controls 2011-02-20 10:05:29 +01:00
au88x0_eq.h [ALSA] au88x0 - Fix structs for equalizer 2006-03-22 10:24:35 +01:00
au88x0_eqdata.c [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au88x0_game.c sound: Remove unnecessary semicolon 2012-10-06 16:47:53 +02:00
au88x0_mixer.c ALSA: au88x0 - Remove unused "Master Mono" Playback Volume and Playback Switch of ac97 codec 2012-06-05 18:02:27 +02:00
au88x0_mpu401.c ALSA: mpu401: clean up interrupt specification 2011-09-14 11:00:51 +02:00
au88x0_pcm.c sound: Remove unnecessary semicolon 2012-10-06 16:47:53 +02:00
au88x0_synth.c ALSA: Fix missing KERN_* prefix to printk in sound/pci 2009-02-05 16:11:31 +01:00
au88x0_wt.h [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au88x0_xtalk.c ALSA: Au88x0 - Fix Xtalk's constants 2012-01-08 14:35:40 +01:00
au88x0_xtalk.h [ALSA] au88x0 - 64bit arch fixes 2006-03-22 10:23:32 +01:00
au8810.c sound: use DEFINE_PCI_DEVICE_TABLE 2010-02-09 11:08:33 +01:00
au8810.h ALSA: au88x0 - Use a better name for pcm devices of au88x0 2011-04-26 12:27:21 +02:00
au8820.c sound: use DEFINE_PCI_DEVICE_TABLE 2010-02-09 11:08:33 +01:00
au8820.h ALSA: au88x0 - Use a better name for pcm devices of au88x0 2011-04-26 12:27:21 +02:00
au8830.c sound: use DEFINE_PCI_DEVICE_TABLE 2010-02-09 11:08:33 +01:00
au8830.h ALSA: au88x0 - Use a better name for pcm devices of au88x0 2011-04-26 12:27:21 +02:00