From 44cf844b16cd575a15baded23d37adc566a73513 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Wed, 27 Dec 2023 21:02:07 -0700 Subject: [PATCH] tree: Use 1 semicolon at the end of a statement Signed-off-by: Elyes Haouas 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 7dc761d2757..8e0a0aca32c 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),