Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2023 02:45:29 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: 876ef0c56853 - stable/13 - Fix mis-merge
Message-ID:  <202308280245.37S2jTCa001136@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

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

commit 876ef0c568535f3e4aac0a8ce911e7e24202182b
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-08-28 02:44:29 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-08-28 02:44:50 +0000

    Fix mis-merge
---
 sys/dev/hwpmc/hwpmc_mod.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c
index c402c764d0a9..0ef8fe949bca 100644
--- a/sys/dev/hwpmc/hwpmc_mod.c
+++ b/sys/dev/hwpmc/hwpmc_mod.c
@@ -5216,7 +5216,7 @@ pmc_process_exit(void *arg __unused, struct proc *p)
 	} else
 		critical_exit(); /* pp == NULL */
 
-
+out:
 	/*
 	 * If the process owned PMCs, free them up and free up
 	 * memory.



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