]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
netfilter: remove unnecessary spaces
authoryangxingwu <xingwu.yang@gmail.com>
Tue, 16 Jul 2019 02:13:01 +0000 (10:13 +0800)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Thu, 31 Oct 2019 17:38:31 +0000 (18:38 +0100)
This patch removes extra spaces.

Signed-off-by: yangxingwu <xingwu.yang@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
kernel/net/netfilter/ipset/ip_set_hash_gen.h
kernel/net/netfilter/ipset/ip_set_list_set.c

index da538b7ca2fa47a2f8b1ce5086332e6eacdeefeb..a3527d22f939ba6b3dcf9bfac3affe71e9802864 100644 (file)
@@ -959,7 +959,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++) {
index f2deb274b3536a7ff697d65b4e054b0534146026..18c08b856437f4a0fa59912d996ee778aa4b5f01 100644 (file)
@@ -294,7 +294,7 @@ list_set_uadd(struct ip_set *set, void *value, const struct ip_set_ext *ext,
        if (n &&
            !(SET_WITH_TIMEOUT(set) &&
              ip_set_timeout_expired(ext_timeout(n, set))))
-               n =  NULL;
+               n = NULL;
 
        e = kzalloc(set->dsize, GFP_ATOMIC);
        if (!e)