Julia Lawall d8bda9f12d drivers/net/wan: 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:51 -08:00
..
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-10-13 03:16:53 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2008-12-22 00:47:31 +01:00
2008-12-22 00:47:31 +01:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00
2009-09-01 01:13:28 -07:00