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

Federico Serafini posted 3 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1690217195.git.federico.serafini@bugseng.com
There is a newer version of this series
xen/arch/arm/irq.c             |  7 ++--
xen/arch/x86/include/asm/irq.h | 32 +++++++++---------
xen/arch/x86/irq.c             | 28 ++++++++--------
xen/include/xen/irq.h          | 59 +++++++++++++++++-----------------
xen/include/xen/softirq.h      |  2 +-
5 files changed, 65 insertions(+), 63 deletions(-)
[XEN PATCH 0/3] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3
Posted by Federico Serafini 9 months, 1 week ago
This patch serie addresses violations of rules 8.2 and 8.3 related to the IRQ
module.
Changes are divided by architecture.
No functional changes.

Federico Serafini (3):
  xen/irq: add missing parameter names
  xen/arm: 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             |  7 ++--
 xen/arch/x86/include/asm/irq.h | 32 +++++++++---------
 xen/arch/x86/irq.c             | 28 ++++++++--------
 xen/include/xen/irq.h          | 59 +++++++++++++++++-----------------
 xen/include/xen/softirq.h      |  2 +-
 5 files changed, 65 insertions(+), 63 deletions(-)

-- 
2.34.1