netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][IPv6] Correct the comment concerning inetsw6 table
@ 2007-11-23  8:57 Pavel Emelyanov
  2007-11-23 13:30 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Emelyanov @ 2007-11-23  8:57 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Linux Netdev List, devel

It seems that net/ipv6/af_inet6.c was copied from net/ipv4/af_inet.c,
but one comment was not fixed.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>

---

diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
index 85178f7..64135e2 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
@@ -68,7 +68,7 @@ MODULE_LICENSE("GPL");
 
 int sysctl_ipv6_bindv6only __read_mostly;
 
-/* The inetsw table contains everything that inet_create needs to
+/* The inetsw6 table contains everything that inet6_create needs to
  * build a new socket.
  */
 static struct list_head inetsw6[SOCK_MAX];

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][IPv6] Correct the comment concerning inetsw6 table
  2007-11-23  8:57 [PATCH][IPv6] Correct the comment concerning inetsw6 table Pavel Emelyanov
@ 2007-11-23 13:30 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2007-11-23 13:30 UTC (permalink / raw)
  To: Pavel Emelyanov; +Cc: Linux Netdev List, devel

On Fri, Nov 23, 2007 at 11:57:54AM +0300, Pavel Emelyanov wrote:
> It seems that net/ipv6/af_inet6.c was copied from net/ipv4/af_inet.c,
> but one comment was not fixed.
> 
> Signed-off-by: Pavel Emelyanov <xemul@openvz.org>

Applied.

Oh and congratulations for advancing in the Order of Pedantry :)
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-23 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23  8:57 [PATCH][IPv6] Correct the comment concerning inetsw6 table Pavel Emelyanov
2007-11-23 13:30 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).