commit | ae8d7f884a24ee920e417077b2615c6862be687f | [log] [tgz] |
---|---|---|
author | Shan Wei <shanwei@cn.fujitsu.com> | Tue May 05 01:01:29 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 05 12:29:47 2009 -0700 |
tree | 73bb5c0cd0515a69e2476f3e9b60728bdf7eff57 | |
parent | ba1cd541ecdaa659c5bf952659c4ad0d0707394d [diff] [blame] |
tcp:fix the code indent Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index bda74e8..fc79e341 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c
@@ -1593,7 +1593,7 @@ #endif { if (!tcp_prequeue(sk, skb)) - ret = tcp_v4_do_rcv(sk, skb); + ret = tcp_v4_do_rcv(sk, skb); } } else sk_add_backlog(sk, skb);