linux/drivers/net/tokenring
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
..
3c359.c drivers/net: remove exceptional & on function name 2009-11-18 10:48:38 -08:00
3c359.h 3C359: use request_firmware 2009-03-30 20:02:50 +05:30
abyss.c tms380tr: convert to net_device_ops 2009-01-21 14:02:30 -08:00
abyss.h
ibmtr.c ibmtr: possible Read buffer overflow? 2009-10-29 22:49:17 -07:00
Kconfig
lanstreamer.c tokenring: convert to netdev_tx_t 2009-09-01 01:13:26 -07:00
lanstreamer.h
madgemc.c tokenring: convert drivers to net_device_ops 2009-03-27 00:46:43 -07:00
madgemc.h
Makefile
olympic.c drivers/net: remove exceptional & on function name 2009-11-18 10:48:38 -08:00
olympic.h olympic: convert to internal network device stats 2009-01-21 14:02:29 -08:00
proteon.c tokenring: convert drivers to net_device_ops 2009-03-27 00:46:43 -07:00
skisa.c tokenring: convert drivers to net_device_ops 2009-03-27 00:46:43 -07:00
smctr.c tokenring: convert to netdev_tx_t 2009-09-01 01:13:26 -07:00
smctr.h drivers/net/tokenring: fix sparse warning: cast truncates bits from const value 2009-02-17 19:49:21 -08:00
tms380tr.c tms380tr: declare MODULE_FIRMWARE 2009-11-10 20:28:53 -08:00
tms380tr.h tms380tr: convert to net_device_ops 2009-01-21 14:02:30 -08:00
tmspci.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-03-05 02:06:47 -08:00