From: Hua Zhong Date: Fri, 28 Apr 2006 22:26:50 +0000 (-0700) Subject: [TCP]: Fix unlikely usage in tcp_transmit_skb() X-Git-Tag: v2.6.17-rc4~101^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83de47cd0c5738105f40e65191b0761dfa7431ac;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed