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

Federico Serafini posted 4 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1702394721.git.federico.serafini@bugseng.com
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(-)
[XEN PATCH 0/4] xen: address violations of MISRA C:2012 Rule 8.2
Posted by Federico Serafini 4 months, 2 weeks ago
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(-)

-- 
2.34.1