net: '&' redux
[firefly-linux-kernel-4.4.55.git] / net / ipv6 / icmp.c
index 3c2821f9b5290a1f976ae369c2143ae907f2ed7c..be351009fd03830042ad6eba11bb1767bfdbcc40 100644 (file)
@@ -956,8 +956,8 @@ ctl_table ipv6_icmp_table_template[] = {
                .data           = &init_net.ipv6.sysctl.icmpv6_time,
                .maxlen         = sizeof(int),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec_ms_jiffies,
-               .strategy       = &sysctl_ms_jiffies
+               .proc_handler   = proc_dointvec_ms_jiffies,
+               .strategy       = sysctl_ms_jiffies
        },
        { .ctl_name = 0 },
 };