From: Neal Cardwell Date: Mon, 16 Apr 2012 07:08:06 +0000 (+0000) Subject: tcp: restore formatting of macros for tcp_skb_cb sacked field X-Git-Tag: v3.5-rc1~109^2~428 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f9f6e75d67ddfcfea79a2108217bc654aef3af;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed