From: Satoru SATOH Date: Mon, 21 Apr 2008 09:27:58 +0000 (-0700) Subject: tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c X-Git-Tag: v2.6.26-rc1~95^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f29b0584dcb695589407a11bb7533fe21fa47c4;p=platform%2Fkernel%2Flinux-3.10.git tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c This is a trivial fix to correct function name in a comment in net/ipv4/tcp.c. Signed-off-by: Satoru SATOH Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 58ac838..f886531 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -1722,7 +1722,7 @@ static int tcp_close_state(struct sock *sk) /* * Shutdown the sending side of a connection. Much like close except - * that we don't receive shut down or set_sock_flag(sk, SOCK_DEAD). + * that we don't receive shut down or sock_set_flag(sk, SOCK_DEAD). */ void tcp_shutdown(struct sock *sk, int how)