diff options
Diffstat (limited to 'net/sctp/associola.c')
| -rw-r--r-- | net/sctp/associola.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c index f8f9ed0138bd..1a54354f0153 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c @@ -1004,8 +1004,8 @@ void sctp_assoc_rwnd_increase(sctp_association_t *asoc, int len) ((asoc->rwnd - asoc->a_rwnd) >= min_t(__u32, (asoc->base.sk->rcvbuf >> 1), asoc->pmtu))) { SCTP_DEBUG_PRINTK("%s: Sending window update SACK- asoc: %p " - "rwnd: %u a_rwnd: %u\n", - __FUNCTION__, asoc, asoc->rwnd, asoc->a_rwnd); + "rwnd: %u a_rwnd: %u\n", __FUNCTION__, + asoc, asoc->rwnd, asoc->a_rwnd); sack = sctp_make_sack(asoc); if (!sack) return; |
