summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorShan Wei <shanwei@cn.fujitsu.com>2009-05-05 03:01:29 +0200
committerDavid S. Miller <davem@davemloft.net>2009-05-05 21:29:47 +0200
commitae8d7f884a24ee920e417077b2615c6862be687f (patch)
tree73bb5c0cd0515a69e2476f3e9b60728bdf7eff57 /net/ipv4/tcp_ipv4.c
parentr6040: bump version to 0.23 and date to 05May2009 (diff)
downloadlinux-ae8d7f884a24ee920e417077b2615c6862be687f.tar.xz
linux-ae8d7f884a24ee920e417077b2615c6862be687f.zip
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);