summaryrefslogtreecommitdiffstats
path: root/kernel/include
diff options
context:
space:
mode:
authorRubenKelevra <rubenkelevra@gmail.com>2025-06-20 11:20:53 +0200
committerJozsef Kadlecsik <kadlec@netfilter.org>2025-06-21 16:44:06 +0200
commitfb5d980212306849451763d6c18ec9aadb9a786f (patch)
tree6b93ac1c484511b2e22d72ba3cc6ba2c405b367f /kernel/include
parentbd6c6324afece01e26fee76405624ef4c5d0c1a9 (diff)
netfilter: ipset: fix typo in hash size macro
Rename IPSET_MIMINAL_HASHSIZE → IPSET_MINIMAL_HASHSIZE in ip_set_hash_gen.h, matching the header typo-fix. Signed-off-by: RubenKelevra <rubenkelevra@gmail.com> Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'kernel/include')
-rw-r--r--kernel/include/linux/netfilter/ipset/ip_set_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/netfilter/ipset/ip_set_hash.h b/kernel/include/linux/netfilter/ipset/ip_set_hash.h
index 838abab..56e8836 100644
--- a/kernel/include/linux/netfilter/ipset/ip_set_hash.h
+++ b/kernel/include/linux/netfilter/ipset/ip_set_hash.h
@@ -6,7 +6,7 @@
#define IPSET_DEFAULT_HASHSIZE 1024
-#define IPSET_MIMINAL_HASHSIZE 64
+#define IPSET_MINIMAL_HASHSIZE 64
#define IPSET_DEFAULT_MAXELEM 65536
#define IPSET_DEFAULT_PROBES 4
#define IPSET_DEFAULT_RESIZE 100