[XEN PATCH v2 0/2] xen: address violations of MISRA C:2012 Rule 16.3

Federico Serafini posted 2 patches 3 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1712215939.git.federico.serafini@bugseng.com
xen/common/sched/core.c    | 1 +
xen/common/sched/credit2.c | 2 +-
xen/common/vsprintf.c      | 6 +++++-
3 files changed, 7 insertions(+), 2 deletions(-)
[XEN PATCH v2 0/2] xen: address violations of MISRA C:2012 Rule 16.3
Posted by Federico Serafini 3 weeks, 5 days ago
Address violations of MISRA C:2012 Rule 16.3 by adding fallthrough, break and
return at the end of the switch-clauses.

Federico Serafini (2):
  xen/sched: address violations of MISRA C:2012 Rule 16.3
  vsprintf: address violations of MISRA C:2012 Rule 16.3

 xen/common/sched/core.c    | 1 +
 xen/common/sched/credit2.c | 2 +-
 xen/common/vsprintf.c      | 6 +++++-
 3 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.34.1