git: 552581e75d83 - main - sys/fs/unionfs/union_vnops.c: remove an extra semicolon

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 03 Feb 2024 01:36:38 UTC
The branch main has been updated by imp:

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

commit 552581e75d83c92682c1b2b2c11748a4b1bb2f77
Author:     rilysh <nightquick@proton.me>
AuthorDate: 2024-02-03 00:38:13 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-03 01:35:01 +0000

    sys/fs/unionfs/union_vnops.c: remove an extra semicolon
    
    Signed-off-by: rilysh <nightquick@proton.me>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/959
---
 sys/fs/unionfs/union_vnops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index ae85c5b3f3c6..150fbffe0a4a 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -601,7 +601,7 @@ unionfs_close(struct vop_close_args *ap)
 	struct vnode   *vp;
 	struct vnode   *ovp;
 	int		error;
-	enum unionfs_lkupgrade lkstatus;;
+	enum unionfs_lkupgrade lkstatus;
 
 	UNIONFS_INTERNAL_DEBUG("unionfs_close: enter\n");