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)
commit67edfef78639573e9b01c26295a935349aab6fa3
tree51e20df3238376b1cab6c803d8b7948c273f1b86
parent40d4e3dfc2f56ad85ecca29c7f9a0194bbb833c0
TCP: Add comments to (near) all functions in tcp_output.c v3

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>
net/ipv4/tcp_output.c