Himangi Saraogi e40f5c7234 net_sched: remove exceptional & on function name
In this file, function names are otherwise used as pointers without &.

A simplified version of the Coccinelle semantic patch that makes this
change is as follows:

// <smpl>
@r@
identifier f;
@@

f(...) { ... }

@@
identifier r.f;
@@

- &f
+ f
// </smpl>

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-24 23:23:32 -07:00
..
2013-10-18 16:23:06 -04:00
2014-01-06 15:13:01 -05:00
2014-01-06 15:13:01 -05:00
2014-06-05 00:49:51 -07:00
2012-04-01 18:11:37 -04:00
2014-06-05 00:49:51 -07:00
2014-06-05 00:49:51 -07:00
2014-07-01 14:20:32 -07:00
2014-06-05 00:49:51 -07:00
2014-06-05 00:49:51 -07:00
2014-02-13 18:29:58 -05:00
2012-04-01 18:11:37 -04:00
2012-04-01 18:11:37 -04:00
2014-06-05 00:49:51 -07:00