Commit 54657cbb authored by David S. Miller's avatar David S. Miller

[NET]: Fix typo in neigh_sysctl_unregister changes.

parent f708f528
......@@ -1895,7 +1895,7 @@ static int addrconf_ifdown(struct net_device *dev, int how)
if (how == 1) {
#ifdef CONFIG_SYSCTL
addrconf_sysctl_unregister(&idev->cnf);
neigh_sysctl_unregister(&idev->nd_parms);
neigh_sysctl_unregister(idev->nd_parms);
#endif
neigh_parms_release(&nd_tbl, idev->nd_parms);
in6_dev_put(idev);
......
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