commit | 83de47cd0c5738105f40e65191b0761dfa7431ac | [log] [tgz] |
---|---|---|
author | Hua Zhong <hzhong@gmail.com> | Fri Apr 28 15:26:50 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Apr 29 18:33:19 2006 -0700 |
tree | c519837e16dfaf3dd35f2454e6e969d6a47a27e1 | |
parent | 8dff7c29707b7514043539f5ab5e0a6eb7bd9dcd [diff] |
[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: Hua Zhong <hzhong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>