Re: [XEN PATCH v2 2/3] x86/emul: use pseudo keyword fallthrough

2024-11-13 Thread Jan Beulich
On 13.11.2024 09:17, Federico Serafini wrote: > Make explicit the fallthrough intention by adding the pseudo keyword > where missing and replace fallthrough comments not following the > agreed syntax. > > This satisfies the requirements to deviate violations of > MISRA C:2012 Rule 16.3 "An uncondi

[XEN PATCH v2 2/3] x86/emul: use pseudo keyword fallthrough

2024-11-13 Thread Federico Serafini
Make explicit the fallthrough intention by adding the pseudo keyword where missing and replace fallthrough comments not following the agreed syntax. This satisfies the requirements to deviate violations of MISRA C:2012 Rule 16.3 "An unconditional break statement shall terminate every switch-clause