kernel-ark/drivers/net/igb
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
..
e1000_82575.c igb: Program MDICNFG register prior to PHY init 2010-08-03 16:40:53 -07:00
e1000_82575.h
e1000_defines.h igb: restore EEPROM values of MDICNFG on reset with 82580 2010-07-26 18:42:53 -07:00
e1000_hw.h
e1000_mac.c
e1000_mac.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h
e1000_phy.c
e1000_phy.h
e1000_regs.h
igb_ethtool.c igb: correct link test not being run when link is down 2010-07-01 22:45:57 -07:00
igb_main.c drivers/net: Remove address use from assignments of function pointers 2010-08-25 15:35:43 -07:00
igb.h net: simplify flags for tx timestamping 2010-08-19 00:08:30 -07:00
Makefile