linux/drivers/media/pci/bt8xx
Peter Senna Tschudin c2c1b4156a [media] drivers/media: 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>

[mchehab@redhat.com: some hunks got bitroted; applied only the
 ones that succeeds]
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
[crope@iki.fi: For my drivers a8293, af9013, af9015, af9035]
Acked-by: Antti Palosaari <crope@iki.fi>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-07 09:15:18 -03:00
..
bt848.h [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bt878.c
bt878.h
bttv-audio-hook.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-audio-hook.h [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-cards.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-driver.c [media] bt8xx: Add video4linux control V4L2_CID_COLOR_KILLER 2012-10-06 12:14:01 -03:00
bttv-gpio.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-i2c.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-if.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-input.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-risc.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv-vbi.c [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttv.h [media] bt8xx: move analog TV part to be together with DTV one 2012-08-15 16:35:54 -03:00
bttvp.h [media] bt8xx: Add video4linux control V4L2_CID_COLOR_KILLER 2012-10-06 12:14:01 -03:00
dst_ca.c [media] drivers/media: Remove unnecessary semicolon 2012-10-07 09:15:18 -03:00
dst_ca.h
dst_common.h
dst_priv.h
dst.c
dvb-bt8xx.c
dvb-bt8xx.h
Kconfig [media] Kconfig: merge all customise options into just one 2012-08-21 08:05:06 -03:00
Makefile [media] move i2c files into drivers/media/i2c 2012-08-15 16:42:14 -03:00