Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2025 00:48:54 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: be425fcdc63c - stable/14 - ip_output(): style
Message-ID:  <202503170048.52H0msYr013365@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch stable/14 has been updated by kib:

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

commit be425fcdc63c208ba3ede7a9179529699e5e0e08
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-03-06 17:59:44 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-03-17 00:48:33 +0000

    ip_output(): style
    
    (cherry picked from commit 394605c057ade77775e1f9975e278dbb7693f44f)
---
 sys/netinet/ip_output.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c
index 617719359ea5..66051c9c711c 100644
--- a/sys/netinet/ip_output.c
+++ b/sys/netinet/ip_output.c
@@ -860,7 +860,7 @@ no_ipsec:;
 
 done:
 	return (error);
- bad:
+bad:
 	m_freem(m);
 	goto done;
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503170048.52H0msYr013365>