projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d29672
)
tcp: Trivial fix to correct function name in a comment in net/ipv4/tcp.c
author
Satoru SATOH
<satoru.satoh@gmail.com>
Mon, 21 Apr 2008 09:27:58 +0000
(
02:27
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 21 Apr 2008 09:27:58 +0000
(
02:27
-0700)
This is a trivial fix to correct function name in a comment in
net/ipv4/tcp.c.
Signed-off-by: Satoru SATOH <satoru.satoh@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/tcp.c
b/net/ipv4/tcp.c
index 58ac838bf4605e336bdfb1a056cf31723b7516fb..f88653138621a414ec94b517eb84f9a8267e2dda 100644
(file)
--- 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 s
et_sock
_flag(sk, SOCK_DEAD).
+ * that we don't receive shut down or s
ock_set
_flag(sk, SOCK_DEAD).
*/
void tcp_shutdown(struct sock *sk, int how)