Re: [XEN PATCH v4 4/9] x86/vpmu: address violations of MISRA C Rule 16.3

2024-07-16 Thread Jan Beulich
On 15.07.2024 18:48, Federico Serafini wrote: > Add missing break statements to address violations of MISRA C Rule > 16.3: "An unconditional `break' statement shall terminate every > switch-clause". > > No functional change. > > Signed-off-by: Federico Serafini > Reviewed-by: Stefano Stabellini

[XEN PATCH v4 4/9] x86/vpmu: address violations of MISRA C Rule 16.3

2024-07-15 Thread Federico Serafini
Add missing break statements to address violations of MISRA C Rule 16.3: "An unconditional `break' statement shall terminate every switch-clause". No functional change. Signed-off-by: Federico Serafini Reviewed-by: Stefano Stabellini --- xen/arch/x86/cpu/vpmu.c | 3 +++ xen/arch/x86/cpu/