summaryrefslogtreecommitdiffstats
path: root/kernel/include
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2017-09-11 20:20:00 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-09-11 20:20:00 +0200
commit9ae0ace1fa483e017279a2d4c544f7de75ad275b (patch)
treeaa0ad3e6511fb1718c4272fbe25bdd75a1a4f180 /kernel/include
parentcb410bbb54907f8f3a9a1dfc72eb302a6b3bc125 (diff)
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>
Diffstat (limited to 'kernel/include')
0 files changed, 0 insertions, 0 deletions