[XEN PATCH 0/8] x86: address some violations of MISRA C:2012 Rule 8.2

Federico Serafini posted 8 patches 6 months, 1 week ago
Failed in applying to current master (apply log)
xen/arch/x86/include/asm/pci.h    | 2 +-
xen/arch/x86/include/asm/smp.h    | 2 +-
xen/arch/x86/include/asm/vpmu.h   | 2 +-
xen/arch/x86/physdev.c            | 6 +++---
xen/arch/x86/platform_hypercall.c | 6 +++---
xen/arch/x86/sysctl.c             | 2 +-
xen/arch/x86/x86_64/mmconfig.h    | 4 ++--
xen/drivers/passthrough/x86/hvm.c | 4 ++--
8 files changed, 14 insertions(+), 14 deletions(-)
[XEN PATCH 0/8] x86: address some violations of MISRA C:2012 Rule 8.2
Posted by Federico Serafini 6 months, 1 week ago
This patch series addresses some of the violations of Rule 8.2 adding the
missing parameter names.

Federico Serafini (8):
  x86/hvm: address violations of MISRA C:2012 Rule 8.2
  x86/mmconfig: address violations of MISRA C:2012 Rule 8.2
  x86/vpmu: address a violation of MISRA C:2012 Rule 8.2
  x86/smp: address a violation of MISRA C:2012 Rule 8.2
  x86/pci: address a violation of MISRA C:2012 Rule 8.2
  x86/physdev: address violations of MISRA C:2012 Rule 8.2
  x86/platform_hypercall: address violations of MISRA C:2012 Rule 8.2
  x86/sysctl: address a violation of MISRA C:2012 Rule 8.2

 xen/arch/x86/include/asm/pci.h    | 2 +-
 xen/arch/x86/include/asm/smp.h    | 2 +-
 xen/arch/x86/include/asm/vpmu.h   | 2 +-
 xen/arch/x86/physdev.c            | 6 +++---
 xen/arch/x86/platform_hypercall.c | 6 +++---
 xen/arch/x86/sysctl.c             | 2 +-
 xen/arch/x86/x86_64/mmconfig.h    | 4 ++--
 xen/drivers/passthrough/x86/hvm.c | 4 ++--
 8 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.34.1