The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=44cf844b16cd575a15baded23d37adc566a73513

commit 44cf844b16cd575a15baded23d37adc566a73513
Author:     Elyes Haouas <ehao...@noos.fr>
AuthorDate: 2023-12-28 04:02:07 +0000
Commit:     Warner Losh <i...@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 <ehao...@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),

Reply via email to