svn commit: r234812 - stable/8/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sun Apr 29 18:48:01 UTC 2012
Author: tuexen
Date: Sun Apr 29 18:48:00 2012
New Revision: 234812
URL: http://svn.freebsd.org/changeset/base/234812
Log:
MFC r234464:
Whitespace changes.
Modified:
stable/8/sys/netinet/sctp_usrreq.c
stable/8/sys/netinet/sctp_var.h
Directory Properties:
stable/8/sys/ (props changed)
Modified: stable/8/sys/netinet/sctp_usrreq.c
==============================================================================
--- stable/8/sys/netinet/sctp_usrreq.c Sun Apr 29 18:46:19 2012 (r234811)
+++ stable/8/sys/netinet/sctp_usrreq.c Sun Apr 29 18:48:00 2012 (r234812)
@@ -1616,7 +1616,7 @@ out_now:
}
-#define SCTP_CHECK_AND_CAST(destp, srcp, type, size) {\
+#define SCTP_CHECK_AND_CAST(destp, srcp, type, size) {\
if (size < sizeof(type)) { \
SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL); \
error = EINVAL; \
Modified: stable/8/sys/netinet/sctp_var.h
==============================================================================
--- stable/8/sys/netinet/sctp_var.h Sun Apr 29 18:46:19 2012 (r234811)
+++ stable/8/sys/netinet/sctp_var.h Sun Apr 29 18:48:00 2012 (r234812)
@@ -157,7 +157,7 @@ extern struct pr_usrreqs sctp_usrreqs;
}
#define sctp_alloc_a_chunk(_stcb, _chk) { \
- if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
+ if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \
(_chk) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_chunk), struct sctp_tmit_chunk); \
if ((_chk)) { \
SCTP_INCR_CHK_COUNT(); \
More information about the svn-src-stable-8
mailing list