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-03-17 12:49:43 +01:00
2017-03-17 12:49:43 +01:00
2017-02-27 18:43:47 -08:00
2017-03-17 12:49:43 +01:00
2016-08-12 00:43:52 +02:00
2017-03-17 12:49:43 +01:00
2015-08-21 09:08:39 -07:00
2017-03-17 12:49:43 +01:00
2017-03-17 12:49:43 +01:00
2017-02-27 18:43:47 -08:00
2017-02-27 18:43:47 -08:00
2017-03-17 12:49:43 +01:00
2017-03-17 12:49:43 +01:00
2016-11-15 09:49:20 +01:00
2015-08-21 09:08:39 -07:00
2015-08-21 09:08:39 -07:00