mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
hv: include: fix 'Unused procedure parameter'
MISRA-C requires that there should be no unused parameters in functions. This patch removes the unused parameters that is not being used unconditionally. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -69,7 +69,7 @@ static void do_copy_earlylog(struct shared_buf *dst_sbuf,
|
||||
}
|
||||
}
|
||||
|
||||
void init_logmsg(__unused uint32_t mem_size, uint32_t flags)
|
||||
void init_logmsg(uint32_t flags)
|
||||
{
|
||||
uint16_t pcpu_id;
|
||||
|
||||
|
Reference in New Issue
Block a user