From: Ilpo Järvinen Date: Thu, 19 Feb 2009 01:45:44 +0000 (-0800) Subject: tcp: remove obsoleted comment about different passes X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5209921cf15452cbe43097afce11d2846630cb51;p=linux-2.6-omap-h63xx.git tcp: remove obsoleted comment about different passes This is obsolete since the passes got combined. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index dda42f0bd7a..da2c3b8794f 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c @@ -2023,7 +2023,6 @@ void tcp_xmit_retransmit_queue(struct sock *sk) last_lost = tp->snd_una; } - /* First pass: retransmit lost packets. */ tcp_for_write_queue_from(skb, sk) { __u8 sacked = TCP_SKB_CB(skb)->sacked;