summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sysctl_net_ipv6.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2007-02-09 15:24:49 +0100
committerDavid S. Miller2007-02-11 08:19:42 +0100
commit1ab1457c42bc078e5a9becd82a7f9f940b55c53a (patch)
treec25d27c58fb27f4c5930ad120995cc2e3f1e7a4f /net/ipv6/sysctl_net_ipv6.c
parent[NET] IPV4: Fix whitespace errors. (diff)
downloadkernel-qcow2-linux-1ab1457c42bc078e5a9becd82a7f9f940b55c53a.tar.gz
kernel-qcow2-linux-1ab1457c42bc078e5a9becd82a7f9f940b55c53a.tar.xz
kernel-qcow2-linux-1ab1457c42bc078e5a9becd82a7f9f940b55c53a.zip
[NET] IPV6: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/sysctl_net_ipv6.c')
-rw-r--r--net/ipv6/sysctl_net_ipv6.c4
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[] = {
.mode = 0555,
.child = ipv6_table
},
- { .ctl_name = 0 }
+ { .ctl_name = 0 }
};
static ctl_table ipv6_root_table[] = {
@@ -102,7 +102,7 @@ static ctl_table ipv6_root_table[] = {
.mode = 0555,
.child = ipv6_net_table
},
- { .ctl_name = 0 }
+ { .ctl_name = 0 }
};
void ipv6_sysctl_register(void)