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

@@ -216,9 +216,8 @@ bool is_platform_rdt_capable(void)
return ret;
}
#else
uint64_t clos2pqr_msr(uint16_t clos)
uint64_t clos2pqr_msr(__unused uint16_t clos)
{
(void)(clos);
return 0UL;
}