]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: restore formatting of macros for tcp_skb_cb sacked field
authorNeal Cardwell <ncardwell@google.com>
Mon, 16 Apr 2012 07:08:06 +0000 (07:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Apr 2012 18:38:16 +0000 (14:38 -0400)
commit9fa5294ef761c7a9265345da2cfaf42c4618ddb2
tree27dfcbaccae81018e4b618031d2c6a8725d463d4
parente6d948edc7d395729ca5c93587b249e2619e7ab7
tcp: restore formatting of macros for tcp_skb_cb sacked field

Commit 436fb0c1 inadvertendly placed unrelated new code between
TCPCB_EVER_RETRANS and TCPCB_RETRANS and the other macros that refer
to the sacked field in the struct tcp_skb_cb (probably because there
was a misleading empty line there). This commit fixes up the
formatting so that all macros related to the sacked field are adjacent
again.

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h