Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhaowei Yuan and committed by
David S. Miller
638579f0 9574dc64

-1
-1
include/net/sock.h
··· 926 926 927 927 /* Networking protocol blocks we attach to sockets. 928 928 * socket layer -> transport layer interface 929 - * transport -> network interface is defined by struct inet_proto 930 929 */ 931 930 struct proto { 932 931 void (*close)(struct sock *sk,