From: Zhaowei Yuan Date: Wed, 17 Jun 2015 09:56:27 +0000 (+0800) Subject: net: Update out-of-date comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=638579f00a9b810ae37c7086b0d20634c1e0234e;p=linux-beck.git 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 Signed-off-by: David S. Miller --- 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,