linux-kernel-test/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
abyss.c
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
madgemc.h
Makefile
olympic.c drivers/net: remove exceptional & on function name 2009-11-18 10:48:38 -08:00
olympic.h
proteon.c
skisa.c
smctr.c tokenring: convert to netdev_tx_t 2009-09-01 01:13:26 -07:00
smctr.h
tms380tr.c tms380tr: declare MODULE_FIRMWARE 2009-11-10 20:28:53 -08:00
tms380tr.h
tmspci.c