netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] NET: fix wrong English expression in comments
@ 2009-01-11 18:36 Qinghuang Feng
  2009-01-12  1:05 ` Li Zefan
  0 siblings, 1 reply; 14+ messages in thread
From: Qinghuang Feng @ 2009-01-11 18:36 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel



Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
---
diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h
index 4b8ece2..2540d3a 100644
--- a/include/net/inet_timewait_sock.h
+++ b/include/net/inet_timewait_sock.h
@@ -103,7 +103,7 @@ struct inet_bind_bucket;
 struct inet_timewait_sock {
 	/*
 	 * Now struct sock also uses sock_common, so please just
-	 * don't add nothing before this first member (__tw_common) --acme
+	 * don't add anything before this first member (__tw_common) --acme
 	 */
 	struct sock_common	__tw_common;
 #define tw_family		__tw_common.skc_family
diff --git a/include/net/sock.h b/include/net/sock.h
index 5a3a151..a587e9d 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -204,7 +204,7 @@ struct sock_common {
 struct sock {
 	/*
 	 * Now struct inet_timewait_sock also uses sock_common, so please just
-	 * don't add nothing before this first member (__sk_common) --acme
+	 * don't add anything before this first member (__sk_common) --acme
 	 */
 	struct sock_common	__sk_common;
 #define sk_family		__sk_common.skc_family


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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-11 18:36 [PATCH] NET: fix wrong English expression in comments Qinghuang Feng
2009-01-12  1:05 ` Li Zefan
2009-01-12  1:39   ` Ben Hutchings
2009-01-13  5:53     ` David Miller
2009-01-13  6:16       ` Daolong Wang
2009-01-13  8:41         ` David Newall
2009-01-13  9:04           ` Alan Cox
2009-01-13 12:09             ` David Newall
2009-01-13 23:22           ` Valdis.Kletnieks
2009-01-13 23:30             ` Randy Dunlap
     [not found]   ` <6b1ba94c0901122336r511fa316o5f520a8d2d9d6e0@mail.gmail.com>
2009-01-13  7:44     ` David Miller
2009-01-13  7:56       ` Li Zefan
2009-01-13  7:57       ` Eric Dumazet
2009-01-13  8:52         ` Oliver Hartkopp

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).