]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
tcp:fix the code indent
authorShan Wei <shanwei@cn.fujitsu.com>
Tue, 5 May 2009 01:01:29 +0000 (01:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 May 2009 19:29:47 +0000 (12:29 -0700)
Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c

index bda74e8aed7e188047e77d8d3fb07b644509cce7..fc79e341628895786070c8fff8d37fb8c179a0dc 100644 (file)
@@ -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);