[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH 09/10] arm/domain: address violations of MISRA C:2012 Rule 8.2
Add missing parameter names, no funtional change. Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx> --- xen/arch/arm/include/asm/domain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/arm/include/asm/domain.h b/xen/arch/arm/include/asm/domain.h index 99e798ffff..5fb8cd79c0 100644 --- a/xen/arch/arm/include/asm/domain.h +++ b/xen/arch/arm/include/asm/domain.h @@ -243,8 +243,8 @@ struct arch_vcpu } __cacheline_aligned; -void vcpu_show_registers(const struct vcpu *); -void vcpu_switch_to_aarch64_mode(struct vcpu *); +void vcpu_show_registers(const struct vcpu *v); +void vcpu_switch_to_aarch64_mode(struct vcpu *v); /* * Due to the restriction of GICv3, the number of vCPUs in AFF0 is -- 2.34.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |