mbox series

[XEN,0/4] xen: address violations of MISRA C:2012 Rule 8.2

Message ID cover.1702394721.git.federico.serafini@bugseng.com (mailing list archive)
Headers show
Series xen: address violations of MISRA C:2012 Rule 8.2 | expand

Message

Federico Serafini Dec. 12, 2023, 3:37 p.m. UTC
This patch series adds the missing parameter names to address violations of
MISRA C:2012 Rule 8.2. No functional changes are introduced.

Federico Serafini (4):
  xen/compat: address violations of MISRA C:2012 Rule 8.2
  x86/asm: address violations of MISRA C:2012 Rule 8.2
  xen/drivers: address violations of MISRA C:2012 Rule 8.2
  xen/iommu: address leftover violation of MISRA C:2012 Rule 8.2

 xen/arch/x86/include/asm/amd.h       | 2 +-
 xen/arch/x86/include/asm/debugreg.h  | 4 ++--
 xen/arch/x86/include/asm/flushtlb.h  | 3 ++-
 xen/arch/x86/include/asm/hap.h       | 2 +-
 xen/arch/x86/include/asm/iommu.h     | 2 +-
 xen/arch/x86/include/asm/microcode.h | 2 +-
 xen/drivers/char/ehci-dbgp.c         | 4 ++--
 xen/drivers/video/vga.c              | 2 +-
 xen/include/xen/compat.h             | 5 +++--
 xen/include/xen/iommu.h              | 2 +-
 xen/include/xen/video.h              | 2 +-
 11 files changed, 16 insertions(+), 14 deletions(-)