linux/drivers/net/atl1c
Julia Lawall 9aff7e922b drivers/net/atl1c: 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:47:03 -08:00
..
Makefile
atl1c.h atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedure 2009-11-07 00:46:35 -08:00
atl1c_ethtool.c netdev: drivers should make ethtool_ops const 2009-09-02 01:03:33 -07:00
atl1c_hw.c
atl1c_hw.h
atl1c_main.c drivers/net/atl1c: remove exceptional & on function name 2009-11-18 10:47:03 -08:00