Whitespace changes.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-04-19 15:30:15 +00:00
parent eb55f31beb
commit 90eba9b693
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234464
2 changed files with 2 additions and 2 deletions

View File

@ -1616,7 +1616,7 @@ sctp_do_connect_x(struct socket *so, struct sctp_inpcb *inp, void *optval,
}
#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; \

View File

@ -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(); \