Re: [XEN PATCH] perfc: add pseudo-keyword fallthrough

2024-03-14 Thread Jan Beulich
On 14.03.2024 13:25, Federico Serafini wrote: > Add pseudo-keyword fallthrough to make explicit the intention of the > code and meet requirements to deviate MISRA C:2012 Rule 16.3 > ("An unconditional `break' statement shall terminate every > switch-clause"). > > No functional change. > > Signed-

[XEN PATCH] perfc: add pseudo-keyword fallthrough

2024-03-14 Thread Federico Serafini
Add pseudo-keyword fallthrough to make explicit the intention of the code and meet requirements to deviate MISRA C:2012 Rule 16.3 ("An unconditional `break' statement shall terminate every switch-clause"). No functional change. Signed-off-by: Federico Serafini --- xen/common/perfc.c | 2 ++ 1 f