aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/ipset/pfxlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/ipset/pfxlen.c')
-rw-r--r--net/netfilter/ipset/pfxlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipset/pfxlen.c b/net/netfilter/ipset/pfxlen.c
index b57a85673de..bd13d66220f 100644
--- a/net/netfilter/ipset/pfxlen.c
+++ b/net/netfilter/ipset/pfxlen.c
@@ -148,7 +148,7 @@ const union nf_inet_addr ip_set_netmask_map[] = {
EXPORT_SYMBOL_GPL(ip_set_netmask_map);
#undef E
-#define E(a, b, c, d) \
+#define E(a, b, c, d) \
{.ip6 = { (__force __be32) a, (__force __be32) b, \
(__force __be32) c, (__force __be32) d, \
} }