OSDN Git Service

net: Update out-of-date comment
authorZhaowei Yuan <zhaowei.yuan@samsung.com>
Wed, 17 Jun 2015 09:56:27 +0000 (17:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2015 17:00:07 +0000 (10:00 -0700)
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>
include/net/sock.h

index 3e82586..14d539c 100644 (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,