diff options
author | Arushi Singhal <arushisinghal19971997@gmail.com> | 2017-09-11 20:20:00 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2017-09-11 20:20:00 +0200 |
commit | 9ae0ace1fa483e017279a2d4c544f7de75ad275b (patch) | |
tree | aa0ad3e6511fb1718c4272fbe25bdd75a1a4f180 /tests/resize.sh | |
parent | cb410bbb54907f8f3a9a1dfc72eb302a6b3bc125 (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 'tests/resize.sh')
0 files changed, 0 insertions, 0 deletions