mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-09 09:03:36 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user