diff options
Diffstat (limited to 'net/sctp/transport.c')
-rw-r--r-- | net/sctp/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c index 4d8c2ab864fc..961df275d5b9 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c | |||
@@ -507,7 +507,7 @@ void sctp_transport_lower_cwnd(struct sctp_transport *transport, | |||
507 | transport->cwnd = max(transport->cwnd/2, | 507 | transport->cwnd = max(transport->cwnd/2, |
508 | 4*transport->asoc->pathmtu); | 508 | 4*transport->asoc->pathmtu); |
509 | break; | 509 | break; |
510 | }; | 510 | } |
511 | 511 | ||
512 | transport->partial_bytes_acked = 0; | 512 | transport->partial_bytes_acked = 0; |
513 | SCTP_DEBUG_PRINTK("%s: transport: %p reason: %d cwnd: " | 513 | SCTP_DEBUG_PRINTK("%s: transport: %p reason: %d cwnd: " |