treewide: remove extra semicolons
[linux-2.6-block.git] / net / netfilter / ipset / ip_set_bitmap_ip.c
index bca96990218dedeb2791d9df35727a9f47b20ea7..cc2992299e746012823cce8bac9052fb5fab410b 100644 (file)
@@ -293,7 +293,7 @@ bitmap_ip_uadt(struct ip_set *set, struct nlattr *tb[],
 
        for (; !before(ip_to, ip); ip += map->hosts) {
                id = ip_to_id(map, ip);
-               ret = adtfn(set, &id, timeout);;
+               ret = adtfn(set, &id, timeout);
 
                if (ret && !ip_set_eexist(ret, flags))
                        return ret;