Skip to content

Commit

Permalink
tcp:fix the code indent
Browse files Browse the repository at this point in the history
Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Shan Wei authored and David S. Miller committed May 5, 2009
1 parent ba1cd54 commit ae8d7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ int tcp_v4_rcv(struct sk_buff *skb)
#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);
Expand Down

0 comments on commit ae8d7f8

Please sign in to comment.