Date: Mon, 24 Aug 2020 07:57:29 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r364608 - stable/12/sys/netinet Message-ID: <202008240757.07O7vTDP052171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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); \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008240757.07O7vTDP052171>