]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/sctp/transport.c
[NET]: cleanup extra semicolons
[mirror_ubuntu-jammy-kernel.git] / net / sctp / transport.c
index 4d8c2ab864fcdeae38533dce7c24f042e8bca626..961df275d5b91077dedeb63fad37f8be6f5a89f4 100644 (file)
@@ -507,7 +507,7 @@ void sctp_transport_lower_cwnd(struct sctp_transport *transport,
                        transport->cwnd = max(transport->cwnd/2,
                                                 4*transport->asoc->pathmtu);
                break;
-       };
+       }
 
        transport->partial_bytes_acked = 0;
        SCTP_DEBUG_PRINTK("%s: transport: %p reason: %d cwnd: "