linux-stable/drivers/media/video/bt8xx
Julia Lawall 3074fc8432 [media] drivers/media/video/bt8xx: Adjust confusing if indentation
Indent the branch of an if.

The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@r disable braces4@
position p1,p2;
statement S1,S2;
@@

(
if (...) { ... }
|
if (...) S1@p1 S2@p2
)

@script:python@
p1 << r.p1;
p2 << r.p2;
@@

if (p1[0].column == p2[0].column):
  cocci.print_main("branch",p1)
  cocci.print_secs("after",p2)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-10-22 23:25:13 -02:00
..
bt848.h
bttv-audio-hook.c
bttv-audio-hook.h
bttv-cards.c [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* 2010-10-22 21:50:56 -02:00
bttv-driver.c V4L/DVB: videobuf: add ext_lock argument to the queue init functions 2010-10-21 01:06:14 -02:00
bttv-gpio.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
bttv-i2c.c [media] drivers/media/video/bt8xx: Adjust confusing if indentation 2010-10-22 23:25:13 -02:00
bttv-if.c
bttv-input.c V4L/DVB: bttv: Move PV951 IR to the right driver 2010-10-21 01:06:07 -02:00
bttv-risc.c V4L/DVB: videobuf: add queue argument to videobuf_waiton() 2010-10-21 01:06:14 -02:00
bttv-vbi.c
bttv.h V4L/DVB: bttv: Move PV951 IR to the right driver 2010-10-21 01:06:07 -02:00
bttvp.h V4L/DVB: bttv: Move PV951 IR to the right driver 2010-10-21 01:06:07 -02:00
Kconfig V4L/DVB: fix Kconfig to depends on VIDEO_IR 2010-08-12 15:07:57 -03:00
Makefile