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
This commit is contained in:
Elyes Haouas 2023-12-27 21:02:07 -07:00 committed by Warner Losh
parent 540be39b0b
commit 44cf844b16
1 changed files with 1 additions and 1 deletions

View File

@ -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),