]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
netfilter: Remove exceptional & on function name
authorArushi Singhal <arushisinghal19971997@gmail.com>
Sun, 2 Apr 2017 09:22:12 +0000 (14:52 +0530)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 7 Apr 2017 16:24:47 +0000 (18:24 +0200)
commitd4ef38354120d873f5db14ca6e13d051ef4ab068
tree1a22d782e59afb8663c18b65c1289497883bd79b
parentcbbb40e2ec264bd63c410ff41cc8240c25419c49
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>
14 files changed:
net/bridge/netfilter/nft_meta_bridge.c
net/ipv4/netfilter/nft_fib_ipv4.c
net/ipv6/netfilter/nft_fib_ipv6.c
net/netfilter/ipset/ip_set_core.c
net/netfilter/ipvs/ip_vs_ctl.c
net/netfilter/nfnetlink.c
net/netfilter/nfnetlink_log.c
net/netfilter/nfnetlink_queue.c
net/netfilter/nft_ct.c
net/netfilter/nft_exthdr.c
net/netfilter/nft_hash.c
net/netfilter/nft_meta.c
net/netfilter/nft_numgen.c
net/netfilter/nft_queue.c