linux/drivers/net/e1000e
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
..
82571.c e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
Makefile
defines.h e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
e1000.h e1000e: Fix irq_synchronize in MSI-X case 2010-08-02 21:20:21 -07:00
es2lan.c e1000e: update copyright information 2010-06-18 22:12:18 -07:00
ethtool.c e1000e: fail when try to setup unsupported features 2010-06-29 00:53:25 -07:00
hw.h e1000e: correct MAC-PHY interconnect register offset for 82579 2010-08-03 16:40:53 -07:00
ich8lan.c e1000e: disable EEE support by default 2010-06-29 23:09:19 -07:00
lib.c e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
netdev.c drivers/net: Remove address use from assignments of function pointers 2010-08-25 15:35:43 -07:00
param.c e1000e: remove EEE module parameter 2010-06-29 23:09:19 -07:00
phy.c e1000e: update copyright information 2010-06-18 22:12:18 -07:00