hv: some coding style fixes

Fix issues reported by checkpatch.pl

Tracked-On: #5917
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
This commit is contained in:
dongshen
2021-05-06 14:14:39 -07:00
committed by wenlingz
parent f7ef46f0d9
commit ebadf00de8
7 changed files with 20 additions and 25 deletions

View File

@@ -1368,11 +1368,8 @@ static int32_t shell_cpuid(int32_t argc, char **argv)
return 0;
}
static int32_t shell_reboot(int32_t argc, char **argv)
static int32_t shell_reboot(__unused int32_t argc, __unused char **argv)
{
(void)argc;
(void)argv;
reset_host();
return 0;
}