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 7a4639db1346..25e8e7783fee 100644 --- a/net/ipv6/sysctl_net_ipv6.c +++ b/net/ipv6/sysctl_net_ipv6.c | |||
@@ -92,7 +92,7 @@ static ctl_table ipv6_net_table[] = { | |||
92 | .mode = 0555, | 92 | .mode = 0555, |
93 | .child = ipv6_table | 93 | .child = ipv6_table |
94 | }, | 94 | }, |
95 | { .ctl_name = 0 } | 95 | { .ctl_name = 0 } |
96 | }; | 96 | }; |
97 | 97 | ||
98 | static ctl_table ipv6_root_table[] = { | 98 | static ctl_table ipv6_root_table[] = { |
@@ -102,7 +102,7 @@ static ctl_table ipv6_root_table[] = { | |||
102 | .mode = 0555, | 102 | .mode = 0555, |
103 | .child = ipv6_net_table | 103 | .child = ipv6_net_table |
104 | }, | 104 | }, |
105 | { .ctl_name = 0 } | 105 | { .ctl_name = 0 } |
106 | }; | 106 | }; |
107 | 107 | ||
108 | void ipv6_sysctl_register(void) | 108 | void ipv6_sysctl_register(void) |