Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Wednesday, November 12, 2008 - 2:44 am

From: Douglas Leith <Doug.Leith@nuim.ie>
Date: Wed, 12 Nov 2008 08:58:18 +0000


Applied, but I still had to fix up a bunch of details :-(

+		ca->undo_last_cong = 0;  

That line had trailing whitespace.

+	case TCP_CA_Open: 

That one too.

+        		if (ca->undo_last_cong) { 

That line had an initial set of space characters, instead
of pure leading tab characters.

+				ca->last_cong = jiffies;   

More trailing whitespace.

+		break;	

And some more trailing whitespace.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2.6.27] tcp_htcp: last_cong bug fix, Douglas Leith, (Sun Nov 9, 12:09 pm)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, Lawrence Stewart, (Sun Nov 9, 8:56 pm)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, Douglas Leith, (Mon Nov 10, 3:07 am)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, David Miller, (Mon Nov 10, 10:50 pm)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, David Miller, (Mon Nov 10, 10:51 pm)
[PATCH 2.6.27] tcp_htcp: last_cong bug fix, Douglas Leith, (Tue Nov 11, 8:33 am)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, David Miller, (Tue Nov 11, 3:16 pm)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, Douglas Leith, (Wed Nov 12, 1:36 am)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, David Miller, (Wed Nov 12, 1:41 am)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, Douglas Leith, (Wed Nov 12, 1:58 am)
Re: [PATCH 2.6.27] tcp_htcp: last_cong bug fix, David Miller, (Wed Nov 12, 2:44 am)