diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/ipt_addrtype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/ipt_addrtype.c b/net/ipv4/netfilter/ipt_addrtype.c index f5909a4c3fc7..e19c2a52d00c 100644 --- a/net/ipv4/netfilter/ipt_addrtype.c +++ b/net/ipv4/netfilter/ipt_addrtype.c | |||
@@ -48,7 +48,7 @@ static int checkentry(const char *tablename, const struct ipt_ip *ip, | |||
48 | unsigned int hook_mask) | 48 | unsigned int hook_mask) |
49 | { | 49 | { |
50 | if (matchsize != IPT_ALIGN(sizeof(struct ipt_addrtype_info))) { | 50 | if (matchsize != IPT_ALIGN(sizeof(struct ipt_addrtype_info))) { |
51 | printk(KERN_ERR "ipt_addrtype: invalid size (%u != %Zu)\n.", | 51 | printk(KERN_ERR "ipt_addrtype: invalid size (%u != %Zu)\n", |
52 | matchsize, IPT_ALIGN(sizeof(struct ipt_addrtype_info))); | 52 | matchsize, IPT_ALIGN(sizeof(struct ipt_addrtype_info))); |
53 | return 0; | 53 | return 0; |
54 | } | 54 | } |