tcp:fix the code indent
Signed-off-by: Shan Wei<shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ba1cd541ec
commit
ae8d7f884a
@@ -1593,7 +1593,7 @@ process:
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
if (!tcp_prequeue(sk, skb))
|
if (!tcp_prequeue(sk, skb))
|
||||||
ret = tcp_v4_do_rcv(sk, skb);
|
ret = tcp_v4_do_rcv(sk, skb);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
sk_add_backlog(sk, skb);
|
sk_add_backlog(sk, skb);
|
||||||
|
Reference in New Issue
Block a user