linux-sg2042/drivers/net/wan
Julia Lawall 354c8e3104 drivers/net/wan: 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>
Acked-by: Krzysztof Hałasa <khc@pm.waw.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-16 21:06:25 -07:00
..
lmc net: trans_start cleanups 2010-05-10 05:01:31 -07:00
.gitignore
Kconfig
Makefile
c101.c drivers/net/wan: Adjust confusing if indentation 2010-08-16 21:06:25 -07:00
cosa.c net: autoconvert trivial BKL users to private mutex 2010-07-12 20:21:47 -07:00
cosa.h
cycx_drv.c
cycx_main.c
cycx_x25.c X25: Use identifiers for cyclades device to x25 interface 2010-04-22 16:12:50 -07:00
dlci.c
dscc4.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
farsync.c farsync: Fix compile warnings. 2010-08-10 00:06:58 -07:00
farsync.h
hd64570.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
hd64570.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
hd64572.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
hd64572.h
hdlc.c
hdlc_cisco.c drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
hdlc_fr.c drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
hdlc_ppp.c WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver. 2010-04-16 15:41:03 -07:00
hdlc_raw.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
hdlc_raw_eth.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
hdlc_x25.c X25: Use identifiers for hdlc x25 device to x25 interface 2010-04-22 16:12:51 -07:00
hostess_sv11.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
ixp4xx_hss.c Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 2010-08-11 09:17:27 -07:00
lapbether.c X25: Use identifiers for lapbether device to x25 interface 2010-04-22 16:12:50 -07:00
n2.c drivers/net/wan: Adjust confusing if indentation 2010-08-16 21:06:25 -07:00
pc300-falc-lh.h
pc300.h
pc300_drv.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
pc300_tty.c net/various: remove trailing space in messages 2010-03-24 14:10:38 -07:00
pc300too.c
pci200syn.c drivers/net/wan: Adjust confusing if indentation 2010-08-16 21:06:25 -07:00
sbni.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
sbni.h
sdla.c drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
sealevel.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
wanxl.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
wanxl.h
wanxlfw.S
wanxlfw.inc_shipped
x25_asy.c X25: remove duplicated #include 2010-06-04 16:14:48 -07:00
x25_asy.h
z85230.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
z85230.h