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
