projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9574dc6
)
net: Update out-of-date comment
author
Zhaowei Yuan
<zhaowei.yuan@samsung.com>
Wed, 17 Jun 2015 09:56:27 +0000
(17:56 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/net/sock.h
b/include/net/sock.h
index 3e8258699270bb4d2e476dad4f34992e9644d34e..14d539c040d70dfebaa5dae16312fc48536559a7 100644
(file)
--- 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,