diff options
Diffstat (limited to 'net/ipv6/sysctl_net_ipv6.c')
| -rw-r--r-- | net/ipv6/sysctl_net_ipv6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/sysctl_net_ipv6.c b/net/ipv6/sysctl_net_ipv6.c index 587f8f60c489..9048fe7e7ea7 100644 --- a/net/ipv6/sysctl_net_ipv6.c +++ b/net/ipv6/sysctl_net_ipv6.c | |||
| @@ -35,7 +35,7 @@ static ctl_table ipv6_table_template[] = { | |||
| 35 | .data = &init_net.ipv6.sysctl.bindv6only, | 35 | .data = &init_net.ipv6.sysctl.bindv6only, |
| 36 | .maxlen = sizeof(int), | 36 | .maxlen = sizeof(int), |
| 37 | .mode = 0644, | 37 | .mode = 0644, |
| 38 | .proc_handler = &proc_dointvec | 38 | .proc_handler = proc_dointvec |
| 39 | }, | 39 | }, |
| 40 | { .ctl_name = 0 } | 40 | { .ctl_name = 0 } |
| 41 | }; | 41 | }; |
| @@ -47,7 +47,7 @@ static ctl_table ipv6_table[] = { | |||
| 47 | .data = &sysctl_mld_max_msf, | 47 | .data = &sysctl_mld_max_msf, |
| 48 | .maxlen = sizeof(int), | 48 | .maxlen = sizeof(int), |
| 49 | .mode = 0644, | 49 | .mode = 0644, |
| 50 | .proc_handler = &proc_dointvec | 50 | .proc_handler = proc_dointvec |
| 51 | }, | 51 | }, |
| 52 | { .ctl_name = 0 } | 52 | { .ctl_name = 0 } |
| 53 | }; | 53 | }; |
