Date: Sat, 3 Feb 2024 01:36:38 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 552581e75d83 - main - sys/fs/unionfs/union_vnops.c: remove an extra semicolon Message-ID: <202402030136.4131acpJ011424@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402030136.4131acpJ011424>