Arushi Singhal d4ef383541 netfilter: Remove exceptional & on function name
Remove & from function pointers to conform to the style found elsewhere
in the file. Done using the following semantic patch

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

f(...) { ... }
@@
identifier r.f;
@@

- &f
+ f
// </smpl>

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2017-04-07 18:24:47 +02:00
..
2017-02-06 22:53:13 -05:00
2017-01-24 12:39:52 -05:00
2015-09-17 17:18:37 -07:00
2017-02-06 22:53:13 -05:00
2017-02-06 22:53:13 -05:00
2017-02-06 22:53:13 -05:00