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>
This commit is contained in:
Zhaowei Yuan 2015-06-17 17:56:27 +08:00 committed by David S. Miller
parent 9574dc6457
commit 638579f00a
1 changed files with 0 additions and 1 deletions

View File

@ -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,