diff options
Diffstat (limited to 'net/ipv6/af_inet6.c')
-rw-r--r-- | net/ipv6/af_inet6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c index 85178f71b218..64135e2a3098 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c | |||
@@ -68,7 +68,7 @@ MODULE_LICENSE("GPL"); | |||
68 | 68 | ||
69 | int sysctl_ipv6_bindv6only __read_mostly; | 69 | int sysctl_ipv6_bindv6only __read_mostly; |
70 | 70 | ||
71 | /* The inetsw table contains everything that inet_create needs to | 71 | /* The inetsw6 table contains everything that inet6_create needs to |
72 | * build a new socket. | 72 | * build a new socket. |
73 | */ | 73 | */ |
74 | static struct list_head inetsw6[SOCK_MAX]; | 74 | static struct list_head inetsw6[SOCK_MAX]; |