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
..
2014-04-24 13:44:54 -04:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-07-20 20:31:42 -07:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-02-12 19:23:32 -05:00
2014-07-17 14:58:52 -07:00
2014-04-27 23:42:39 -04:00
2014-05-23 16:48:05 -04:00
2014-04-27 23:42:39 -04:00
2014-04-27 23:42:39 -04:00
2014-04-27 23:42:39 -04:00
2014-04-27 23:42:39 -04:00
2014-04-27 23:42:39 -04:00
2014-07-24 23:23:32 -07:00
2014-07-20 20:49:17 -07:00
2014-06-21 15:40:22 -07:00
2013-10-18 16:23:06 -04:00
2013-12-17 16:36:21 -05:00
2012-05-15 13:45:03 -04:00
2014-01-06 15:13:01 -05:00
2014-01-06 15:13:01 -05:00
2014-06-11 15:50:59 -07:00
2014-03-13 15:39:20 -04:00
2014-03-13 15:39:20 -04:00
2014-06-05 00:49:51 -07:00
2012-05-16 15:30:26 -04:00
2014-06-11 15:50:59 -07:00
2013-12-31 13:50:57 -05: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
2013-12-31 13:50:56 -05:00
2014-03-13 15:39:20 -04:00
2014-06-05 00:49:51 -07:00
2014-03-06 17:24:54 -05:00
2014-03-13 15:39:20 -04:00
2013-12-09 19:54:47 -05:00
2013-12-09 19:54:47 -05:00
2013-12-06 12:37:57 -05:00
2014-06-05 00:49:51 -07:00
2014-02-13 18:29:58 -05:00
2012-02-13 16:04:40 -05:00
2012-04-01 18:11:37 -04:00
2013-07-18 13:02:00 -07:00
2012-04-01 18:11:37 -04:00
2014-01-14 15:15:25 -08:00
2014-06-05 00:49:51 -07:00
2014-03-13 15:39:20 -04:00
2014-07-15 16:12:48 -07:00