From: Ilpo Järvinen Date: Thu, 20 Sep 2007 18:33:43 +0000 (-0700) Subject: [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue X-Git-Tag: v2.6.24-rc1~1454^2~406 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c46a03e67d11d917d6c3dbf501b465b2ca97a6f;p=pandora-kernel.git [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue Implements following cleanups: - Comment re-placement (CodingStyle) - tcp_tso_acked() local (wrapper-like) variable removal (readability) - __-types removed (IMHO they make local variables jumpy looking and just was space) - acked -> flag (naming conventions elsewhere in TCP code) - linebreak adjustments (readability) - nested if()s combined (reduced indentation) - clarifying newlines added Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed