summaryrefslogtreecommitdiff
path: root/net/netfilter/ipset/ip_set_hash_gen.h
diff options
context:
space:
mode:
authoryangxingwu <xingwu.yang@gmail.com>2019-07-16 05:13:01 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2019-08-13 13:08:48 +0300
commit7e59b3fea2a2510b52761c20ccc71d3e9f6b7db8 (patch)
tree05051c1e9efebebb5110cd64b1f1ced47b1df234 /net/netfilter/ipset/ip_set_hash_gen.h
parent1b90af292e71b20d03b837d39406acfbdc5d4b2a (diff)
downloadlinux-7e59b3fea2a2510b52761c20ccc71d3e9f6b7db8.tar.xz
netfilter: remove unnecessary spaces
This patch removes extra spaces. Signed-off-by: yangxingwu <xingwu.yang@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/ipset/ip_set_hash_gen.h')
-rw-r--r--net/netfilter/ipset/ip_set_hash_gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipset/ip_set_hash_gen.h b/net/netfilter/ipset/ip_set_hash_gen.h
index 0feb77fa9edc..3fced06ab752 100644
--- a/net/netfilter/ipset/ip_set_hash_gen.h
+++ b/net/netfilter/ipset/ip_set_hash_gen.h
@@ -953,7 +953,7 @@ mtype_test_cidrs(struct ip_set *set, struct mtype_elem *d,
mtype_data_netmask(d, NCIDR_GET(h->nets[j].cidr[0]));
#endif
key = HKEY(d, h->initval, t->htable_bits);
- n = rcu_dereference_bh(hbucket(t, key));
+ n = rcu_dereference_bh(hbucket(t, key));
if (!n)
continue;
for (i = 0; i < n->pos; i++) {