diff options
| author | Shan Wei <[email protected]> | 2009-05-05 01:01:29 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2009-05-05 19:29:47 +0000 |
| commit | ae8d7f884a24ee920e417077b2615c6862be687f (patch) | |
| tree | 73bb5c0cd0515a69e2476f3e9b60728bdf7eff57 /net/ipv4/tcp_ipv4.c | |
| parent | r6040: bump version to 0.23 and date to 05May2009 (diff) | |
| download | kernel-ae8d7f884a24ee920e417077b2615c6862be687f.tar.gz kernel-ae8d7f884a24ee920e417077b2615c6862be687f.zip | |
tcp:fix the code indent
Signed-off-by: Shan Wei<[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
| -rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
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); |
