]> git.ipfire.org Git - thirdparty/ipset.git/commit
netfilter: Remove exceptional & on function name
authorArushi Singhal <arushisinghal19971997@gmail.com>
Mon, 11 Sep 2017 18:20:00 +0000 (20:20 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 11 Sep 2017 18:20:00 +0000 (20:20 +0200)
commit9ae0ace1fa483e017279a2d4c544f7de75ad275b
treeaa0ad3e6511fb1718c4272fbe25bdd75a1a4f180
parentcb410bbb54907f8f3a9a1dfc72eb302a6b3bc125
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>
kernel/net/netfilter/ipset/ip_set_core.c