svn commit: r364608 - stable/12/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Mon Aug 24 07:57:30 UTC 2020
Author: tuexen
Date: Mon Aug 24 07:57:29 2020
New Revision: 364608
URL: https://svnweb.freebsd.org/changeset/base/364608
Log:
MFC r362107:
Whitespace change due to upstream cleanup.
Modified:
stable/12/sys/netinet/sctp_constants.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/netinet/sctp_constants.h
==============================================================================
--- stable/12/sys/netinet/sctp_constants.h Mon Aug 24 07:55:46 2020 (r364607)
+++ stable/12/sys/netinet/sctp_constants.h Mon Aug 24 07:57:29 2020 (r364608)
@@ -992,7 +992,7 @@ do { \
#define sctp_sowwakeup_locked(inp, so) \
do { \
if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \
- SOCKBUF_UNLOCK(&((so)->so_snd)); \
+ SOCKBUF_UNLOCK(&((so)->so_snd)); \
inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \
} else { \
sowwakeup_locked(so); \
More information about the svn-src-all
mailing list