diff options
author | Zhaowei Yuan <zhaowei.yuan@samsung.com> | 2015-06-17 17:56:27 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-06-21 10:00:07 -0700 |
commit | 638579f00a9b810ae37c7086b0d20634c1e0234e (patch) | |
tree | 1a8e6b0aba2e1e411f3638cdceac9c1b690e7d5e /include/net/sock.h | |
parent | 9574dc64578dd9bd7856b17068f3692ca7bcae86 (diff) |
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.h | 1 |
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, |