git: 087fc6ae0a8c - stable/14 - tcp: remove stray ;

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Thu, 09 Oct 2025 07:55:17 UTC
The branch stable/14 has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=087fc6ae0a8c57de66ec8af4a74861595a6b347e

commit 087fc6ae0a8c57de66ec8af4a74861595a6b347e
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-10-06 21:34:38 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-10-09 07:54:55 +0000

    tcp: remove stray ;
    
    Sponsored by:   Netflix, Inc.
    
    (cherry picked from commit 0faa9ca827a5e91273ba757bd87bd9e8179a0862)
---
 sys/netinet/tcp_syncache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
index d36abc9f9815..1c585378dc5b 100644
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -1293,7 +1293,7 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
 				    s, __func__, th->th_ack, sc->sc_iss + 1);
 			SCH_UNLOCK(sch);
 			free(s, M_TCPLOG);
-			return (0);  /* Do send RST, do not free sc. */;
+			return (0);  /* Do send RST, do not free sc. */
 		}
 
 		TAILQ_REMOVE(&sch->sch_bucket, sc, sc_hash);