kernel-ark/drivers/net/wan
Joe Perches c061b18df0 drivers/net: Remove address use from assignments of function pointers
"foo = &function" is more commonly written "foo = function"

Done with coccinelle script:

// <smpl>
@r@
identifier f;
@@

f(...) { ... }

@@
identifier r.f;
@@

- &f
+ f
// </smpl>

drivers/net/tehuti.c used a function and struct with the
same name, the function was renamed.

Compile tested x86 only.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-25 15:35:43 -07:00
..
lmc drivers/net: Remove address use from assignments of function pointers 2010-08-25 15:35:43 -07:00
.gitignore
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_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_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_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_x25.c X25: Use identifiers for hdlc x25 device to x25 interface 2010-04-22 16:12:51 -07:00
hdlc.c
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
Kconfig
lapbether.c X25: Use identifiers for lapbether device to x25 interface 2010-04-22 16:12:50 -07:00
Makefile
n2.c drivers/net/wan: Adjust confusing if indentation 2010-08-16 21:06:25 -07:00
pc300_drv.c net: trans_start cleanups 2010-05-10 05:01:31 -07:00
pc300_tty.c
pc300-falc-lh.h
pc300.h
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.inc_shipped
wanxlfw.S
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