Files
linux/drivers/net/wireless/p54
Julia Lawall 8fbd90b061 drivers/net/wireless/p54: 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:56 -08:00
..
2009-07-10 15:01:58 -04:00
2009-08-14 09:13:45 -04:00
2009-09-23 07:39:43 -07:00
2009-11-13 17:33:49 -05:00
2009-05-06 15:14:41 -04:00
2009-08-28 14:40:23 -04:00