Commit 831ff501 authored by James Mayer's avatar James Mayer Committed by Linus Torvalds

[PATCH] Typo in linux_net_ipv4_tcp.c

parent 88cfaf7a
...@@ -1519,7 +1519,7 @@ int tcp_recvmsg(struct sock *sk, struct msghdr *msg, ...@@ -1519,7 +1519,7 @@ int tcp_recvmsg(struct sock *sk, struct msghdr *msg,
break; break;
/* We need to check signals first, to get correct SIGURG /* We need to check signals first, to get correct SIGURG
* handling. FIXME: Need to check this doesnt impact 1003.1g * handling. FIXME: Need to check this doesn't impact 1003.1g
* and move it down to the bottom of the loop * and move it down to the bottom of the loop
*/ */
if (signal_pending(current)) { if (signal_pending(current)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment