This patch series addresses some violations of Rule 16.3 by adding the missing break statements and pseudo-keyword fallthrough.
Federico Serafini (7): xen/domctl: address a violation of MISRA C:2012 Rule 16.3 console: address a violation of MISRA C:2012 Rule 16.3 xen/sched: address a violation of MISRA C:2012 Rule 16.3 xen/evtchn: address a violation of MISRA C:2012 Rule 16.3 xen/sched: address a violation of MISRA C:2012 Rule 16.3 xen/vm-event: address a violation of MISRA C:2012 Rule 16.3 vsprintf: address violations of MISRA C:2012 Rule 16.3 xen/common/domctl.c | 1 + xen/common/event_channel.c | 1 + xen/common/sched/core.c | 1 + xen/common/sched/credit2.c | 2 +- xen/common/vm_event.c | 1 + xen/common/vsprintf.c | 6 +++++- xen/drivers/char/console.c | 2 ++ 7 files changed, 12 insertions(+), 2 deletions(-) -- 2.34.1