mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 23:57:10 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user