netfilter: ipset: whitespace and coding fixes detected by checkpatch.pl
[linux-block.git] / include / linux / netfilter / ipset / ip_set_hash.h
index b86f15c04524ee4783a1bfe48c8cf5011a0712c2..e2a9fae767f631ac9fbc406a5237bbf099ca6ef7 100644 (file)
@@ -11,6 +11,10 @@ enum {
        IPSET_ERR_INVALID_PROTO,
        /* Protocol missing but must be specified */
        IPSET_ERR_MISSING_PROTO,
+       /* Range not supported */
+       IPSET_ERR_HASH_RANGE_UNSUPPORTED,
+       /* Invalid range */
+       IPSET_ERR_HASH_RANGE,
 };
 
 #ifdef __KERNEL__