|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH 3/8] 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>
---
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);
--
2.34.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |