]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 3e8258699270bb4d2e476dad4f34992e9644d34e..14d539c040d70dfebaa5dae16312fc48536559a7 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,