diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2016-10-15 09:13:14 +0800 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2016-10-15 10:14:31 +0200 |
commit | f3db4ae432d548a5af9b8511b55f595ae6b1441f (patch) | |
tree | 766e1a2bab70974df1eee7819adaba42939baf08 /tests/match_target.t | |
parent | ad4de2284dc47a88c1c73cc7bc55a745fec9eb13 (diff) |
netfilter: ipset: hash: fix boolreturn.cocci warnings
net/netfilter/ipset/ip_set_hash_ipmac.c:70:8-9: WARNING: return of 0/1 in function 'hash_ipmac4_data_list' with return type bool
net/netfilter/ipset/ip_set_hash_ipmac.c:178:8-9: WARNING: return of 0/1 in function 'hash_ipmac6_data_list' with return type bool
Return statements in functions returning bool should use
true/false instead of 1/0.
Generated by: scripts/coccinelle/misc/boolreturn.cocci
CC: Tomasz Chilinski <tomasz.chilinski@chilan.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'tests/match_target.t')
0 files changed, 0 insertions, 0 deletions