linux/drivers/net/atlx
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
..
Makefile
atl1.c drivers/net: Remove address use from assignments of function pointers 2010-08-25 15:35:43 -07:00
atl1.h drivers/net: use __packed annotation 2010-06-03 03:18:23 -07:00
atl2.c drivers/net: Remove address use from assignments of function pointers 2010-08-25 15:35:43 -07:00
atl2.h tree-wide: Assorted spelling fixes 2010-02-09 11:13:56 +01:00
atlx.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
atlx.h