git: 7f2411b181d4 - main - tcp: improve whitespace consistency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jul 2024 17:23:06 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=7f2411b181d433a2fe363109e0e8ca3c908171ef
commit 7f2411b181d433a2fe363109e0e8ca3c908171ef
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2024-07-22 06:59:45 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2024-07-22 06:59:45 +0000
tcp: improve whitespace consistency
No functional change.
Sponsored by: Netflix, Inc.
---
sys/netinet/tcp_var.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 52fd0f181e01..c06efa601a81 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -847,8 +847,8 @@ tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack)
#define TF2_MBUF_QUEUE_READY 0x00020000 /* Inputs can be queued */
#define TF2_DONT_SACK_QUEUE 0x00040000 /* Don't wake on sack */
#define TF2_CANNOT_DO_ECN 0x00080000 /* The stack does not do ECN */
-#define TF2_PROC_SACK_PROHIBIT 0x00100000 /* Due to small MSS size do not process sack's */
-#define TF2_IPSEC_TSO 0x00200000 /* IPSEC + TSO supported */
+#define TF2_PROC_SACK_PROHIBIT 0x00100000 /* Due to small MSS size do not process sack's */
+#define TF2_IPSEC_TSO 0x00200000 /* IPSEC + TSO supported */
#define TF2_NO_ISS_CHECK 0x00200000 /* Don't check SEG.ACK against ISS */
/*