aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorZhaowei Yuan <zhaowei.yuan@samsung.com>2015-06-17 17:56:27 +0800
committerDavid S. Miller <davem@davemloft.net>2015-06-21 10:00:07 -0700
commit638579f00a9b810ae37c7086b0d20634c1e0234e (patch)
tree1a8e6b0aba2e1e411f3638cdceac9c1b690e7d5e /include/net/sock.h
parentcxgb4: Add PCI device ID for custom T522 & T520 adapter (diff)
downloadlinux-dev-638579f00a9b810ae37c7086b0d20634c1e0234e.tar.xz
linux-dev-638579f00a9b810ae37c7086b0d20634c1e0234e.zip
net: Update out-of-date comment
Struct inet_proto no longer exists, so update the comment which is out of date. Signed-off-by: Zhaowei Yuan <zhaowei.yuan@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 3e8258699270..14d539c040d7 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -926,7 +926,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,