Skip to content
Snippets Groups Projects
Commit 83de47cd authored by Hua Zhong's avatar Hua Zhong Committed by David S. Miller
Browse files

[TCP]: Fix unlikely usage in tcp_transmit_skb()


The following unlikely should be replaced by likely because the
condition happens every time unless there is a hard error to transmit
a packet.

Signed-off-by: default avatarHua Zhong <hzhong@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8dff7c29
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment