[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86/vpmu: address a violation of MISRA C:2012 Rule 8.2
commit 340a75a4f4b2f1ae0e09e7e50ec75f959b757408 Author: Federico Serafini <federico.serafini@xxxxxxxxxxx> AuthorDate: Mon Nov 20 10:52:10 2023 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Mon Nov 20 10:52:10 2023 +0100 x86/vpmu: address a violation of MISRA C:2012 Rule 8.2 Add missing parameter name. No functional change. Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/include/asm/vpmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/include/asm/vpmu.h b/xen/arch/x86/include/asm/vpmu.h index b165acc6c2..7858aec6ca 100644 --- a/xen/arch/x86/include/asm/vpmu.h +++ b/xen/arch/x86/include/asm/vpmu.h @@ -35,7 +35,7 @@ struct arch_vpmu_ops { void (*arch_vpmu_destroy)(struct vcpu *v); int (*arch_vpmu_save)(struct vcpu *v, bool_t to_guest); int (*arch_vpmu_load)(struct vcpu *v, bool_t from_guest); - void (*arch_vpmu_dump)(const struct vcpu *); + void (*arch_vpmu_dump)(const struct vcpu *v); #ifdef CONFIG_MEM_SHARING int (*allocate_context)(struct vcpu *v); -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |