[PATCH] net: Update out-of-date comment

From: Zhaowei Yuan
Date: Wed Jun 17 2015 - 06:02:41 EST


Struct inet_proto no longer exists, so update the
comment which is out of date.

Signed-off-by: Zhaowei Yuan <zhaowei.yuan@xxxxxxxxxxx>
---
include/net/sock.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/net/sock.h b/include/net/sock.h
index 3a4898e..356fd91 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -924,7 +924,6 @@ static inline void sk_prot_clear_nulls(struct sock *sk, int size)

/* Networking protocol blocks we attach to sockets.
* socket layer -> transport layer interface
- * transport -> network interface is defined by struct inet_proto
*/
struct proto {
void (*close)(struct sock *sk,
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/