summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorShan Wei <shanwei@cn.fujitsu.com>2009-05-05 01:01:29 +0000
committerDavid S. Miller <davem@davemloft.net>2009-05-05 12:29:47 -0700
commitae8d7f884a24ee920e417077b2615c6862be687f (patch)
tree73bb5c0cd0515a69e2476f3e9b60728bdf7eff57 /net/ipv4/tcp_ipv4.c
parentba1cd541ecdaa659c5bf952659c4ad0d0707394d (diff)
tcp:fix the code indent
Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index bda74e8aed7e..fc79e3416288 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1593,7 +1593,7 @@ process:
#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);