[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH 03/10] arm/smpboot: address violations of MISRA C:2012 Rule 8.2
Add missing parameter name, no functional change. Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx> --- xen/arch/arm/arm64/smpboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/arm64/smpboot.c b/xen/arch/arm/arm64/smpboot.c index 9637f42469..bf81d018b3 100644 --- a/xen/arch/arm/arm64/smpboot.c +++ b/xen/arch/arm/arm64/smpboot.c @@ -10,7 +10,7 @@ #include <asm/acpi.h> struct smp_enable_ops { - int (*prepare_cpu)(int); + int (*prepare_cpu)(int cpu); }; static paddr_t cpu_release_addr[NR_CPUS]; -- 2.34.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |