Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 04:10:03 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: 44cf844b16cd - main - tree: Use 1 semicolon at the end of a statement
Message-ID:  <202312280410.3BS4A3aP048939@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=44cf844b16cd575a15baded23d37adc566a73513

commit 44cf844b16cd575a15baded23d37adc566a73513
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-12-28 04:02:07 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 04:05:56 +0000

    tree: Use 1 semicolon at the end of a statement
    
    Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/889
---
 usr.sbin/mfiutil/mfi_cmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/mfiutil/mfi_cmd.c b/usr.sbin/mfiutil/mfi_cmd.c
index 7dc761d27573..8e0a0aca32c4 100644
--- a/usr.sbin/mfiutil/mfi_cmd.c
+++ b/usr.sbin/mfiutil/mfi_cmd.c
@@ -220,7 +220,7 @@ mfi_reconfig_supported(const char *dev)
 		return (1);
 
 	cp += strlen(MFI_TYPE);
-	mfi_unit = strtol(cp, NULL, 10);;
+	mfi_unit = strtol(cp, NULL, 10);
 
 	len = sizeof(dummy);
 	snprintf(mibname, sizeof(mibname),



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