Commit 58af6e3a authored by Randy Dunlap's avatar Randy Dunlap Committed by David S. Miller

[IPV6] use correct mib struct

And spell it correctly :-)
parent e3e5d274
...@@ -229,7 +229,7 @@ int snmp6_register_dev(struct inet6_dev *idev) ...@@ -229,7 +229,7 @@ int snmp6_register_dev(struct inet6_dev *idev)
return -EINVAL; return -EINVAL;
if (snmp6_mib_init((void **)idev->stats.icmpv6, sizeof(struct icmpv6_mib), if (snmp6_mib_init((void **)idev->stats.icmpv6, sizeof(struct icmpv6_mib),
__alignof__(struct ipv6_mib)) < 0) __alignof__(struct icmpv6_mib)) < 0)
goto err_icmp; goto err_icmp;
#ifdef CONFIG_PROC_FS #ifdef CONFIG_PROC_FS
......
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