linux-stable/drivers/net/pcmcia
Julia Lawall dddcb445a3 drivers/net: remove exceptional & on function name
In this file, function names are otherwise used as pointers without &.

A simplified version of the semantic patch that makes this change is as
follows: (http://coccinelle.lip6.fr/)

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

f(...) { ... }

@@
identifier r.f;
@@

- &f
+ f
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-18 10:48:38 -08:00
..
3c574_cs.c 3c574_cs: spin_lock the set_multicast_list function 2009-10-13 00:35:55 -07:00
3c589_cs.c netdev: convert pcmcia drivers to netdev_tx_t 2009-09-01 01:13:34 -07:00
axnet_cs.c netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data 2009-09-03 20:02:12 -07:00
com20020_cs.c netdevice: safe convert to netdev_priv() #part-2 2008-11-12 23:38:14 -08:00
fmvj18x_cs.c drivers/net: remove exceptional & on function name 2009-11-18 10:48:38 -08:00
ibmtr_cs.c Remove multiple KERN_ prefixes from printk formats 2009-07-08 10:30:03 -07:00
Kconfig [netdrvr] ibmtr: PCMCIA IBMTR is ok on 64bit 2008-10-16 05:40:16 -04:00
Makefile
nmclan_cs.c drivers/net: remove exceptional & on function name 2009-11-18 10:48:38 -08:00
pcnet_cs.c pcnet-cs: declare MODULE_FIRMWARE 2009-11-10 20:28:53 -08:00
smc91c92_cs.c netdev: convert pcmcia drivers to netdev_tx_t 2009-09-01 01:13:34 -07:00
xirc2ps_cs.c netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data 2009-09-03 20:02:12 -07:00