git: 876ef0c56853 - stable/13 - Fix mis-merge

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Mon, 28 Aug 2023 02:45:29 UTC
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.