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

Commit 50e1a72a 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