diskinfo: Remove useless return at the end of void function

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/656
This commit is contained in:
Elyes Haouas 2023-03-02 07:59:06 -07:00 committed by Warner Losh
parent b23e15e1c8
commit 86cda797bd

View File

@ -527,7 +527,6 @@ speeddisk(int fd, off_t mediasize, u_int sectorsize)
TR(bulk * 1024);
printf("\n");
return;
}
static void
@ -559,7 +558,6 @@ commandtime(int fd, off_t mediasize, u_int sectorsize)
(dtsector - dtmega)*100/2048);
printf("\n");
return;
}
static void
@ -621,8 +619,6 @@ iops(int fd, off_t mediasize, u_int sectorsize)
}
TI(completed);
return;
}
static void