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)
commitf4f9f6e75d67ddfcfea79a2108217bc654aef3af
tree27dfcbaccae81018e4b618031d2c6a8725d463d4
parent65cff8720164611ec617d4cc1ea65f2deb3832b6
tcp: restore formatting of macros for tcp_skb_cb sacked field

Commit b82d1bb4 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