Commit 90c1d5eb authored by David S. Miller's avatar David S. Miller

[NETFILTER]: Make ip_conntrack_core.c use correct printf format for size_t.

parent 248a1642
......@@ -1421,7 +1421,7 @@ int __init ip_conntrack_init(void)
ip_conntrack_max = 8 * ip_conntrack_htable_size;
printk("ip_conntrack version %s (%u buckets, %d max)"
" - %d bytes per conntrack\n", IP_CONNTRACK_VERSION,
" - %Zd bytes per conntrack\n", IP_CONNTRACK_VERSION,
ip_conntrack_htable_size, ip_conntrack_max,
sizeof(struct ip_conntrack));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment