TCP: Add comments to (near) all functions in tcp_output.c v3
authorAndi Kleen <andi@firstfloor.org>
Tue, 21 Jul 2009 23:00:40 +0000 (23:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jul 2009 01:01:12 +0000 (18:01 -0700)
While looking for something else I spent some time adding
one liner comments to the tcp_output.c functions that
didn't have any. That makes the comments more consistent.

I hope I documented everything right.

No code changes.

v2: Incorporated feedback from Ilpo.
v3: Change style of one liner comments, add a few more comments.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found