[XEN PATCH v2 0/2] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3

Federico Serafini posted 2 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1690544434.git.federico.serafini@bugseng.com
xen/arch/arm/irq.c             |  2 +-
xen/arch/x86/include/asm/irq.h | 30 ++++++++++++-------------
xen/arch/x86/irq.c             |  4 ++--
xen/include/xen/irq.h          | 41 +++++++++++++++++-----------------
xen/include/xen/softirq.h      |  2 +-
5 files changed, 40 insertions(+), 39 deletions(-)
[XEN PATCH v2 0/2] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3
Posted by Federico Serafini 9 months ago
This patch series addresses violations of rules 8.2 and 8.3 related to the IRQ
module.
No functional changes.

Federico Serafini (2):
  xen/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3
  x86/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3

 xen/arch/arm/irq.c             |  2 +-
 xen/arch/x86/include/asm/irq.h | 30 ++++++++++++-------------
 xen/arch/x86/irq.c             |  4 ++--
 xen/include/xen/irq.h          | 41 +++++++++++++++++-----------------
 xen/include/xen/softirq.h      |  2 +-
 5 files changed, 40 insertions(+), 39 deletions(-)

-- 
2.34.1