Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f29b058 authored by Satoru SATOH's avatar Satoru SATOH Committed by David S. Miller
Browse files

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: default avatarSatoru SATOH <satoru.satoh@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9d29672c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)