[XEN PATCH 00/10] arm: address some violations of MISRA C:2012 Rule 8.2

Federico Serafini posted 10 patches 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1697207038.git.federico.serafini@bugseng.com
xen/arch/arm/arm64/smpboot.c             |  2 +-
xen/arch/arm/include/asm/arm32/cmpxchg.h |  2 +-
xen/arch/arm/include/asm/arm64/cmpxchg.h |  2 +-
xen/arch/arm/include/asm/cpufeature.h    |  8 ++++----
xen/arch/arm/include/asm/domain.h        |  4 ++--
xen/arch/arm/include/asm/gic.h           | 12 ++++++------
xen/arch/arm/include/asm/p2m.h           |  2 +-
xen/arch/arm/include/asm/setup.h         |  5 +++--
xen/arch/arm/setup.c                     |  4 ++--
xen/arch/arm/traps.c                     |  2 +-
xen/arch/arm/vgic-v3.c                   |  2 +-
xen/drivers/passthrough/arm/smmu.c       |  6 +++---
12 files changed, 26 insertions(+), 25 deletions(-)
[XEN PATCH 00/10] arm: address some violations of MISRA C:2012 Rule 8.2
Posted by Federico Serafini 6 months, 3 weeks ago
This patch series addresses some of the violations of Rule 8.2 adding the
missing parameter names.

Federico Serafini (10):
  arm/gic: address violations of MISRA C:2012 Rule 8.2
  arm/cpufeature: address violations of MISRA C:2012 Rule 8.2
  arm/smpboot: address violations of MISRA C:2012 Rule 8.2
  arm/setup: address violations of MISRA C:2012 Rule 8.2
  arm/p2m: address a violation of MISRA C:2012 Rule 8.2
  arm/cmpxchg: address violations of MISRA C:2012 Rule 8.2
  arm/traps: address a violation of MISRA C:2012 Rule 8.2
  arm/vgic-v3: address a violation of MISRA C:2012 Rule 8.2
  arm/domain: address violations of MISRA C:2012 Rule 8.2
  arm/smmu: address violation of MISRA C:2012 Rule 8.2

 xen/arch/arm/arm64/smpboot.c             |  2 +-
 xen/arch/arm/include/asm/arm32/cmpxchg.h |  2 +-
 xen/arch/arm/include/asm/arm64/cmpxchg.h |  2 +-
 xen/arch/arm/include/asm/cpufeature.h    |  8 ++++----
 xen/arch/arm/include/asm/domain.h        |  4 ++--
 xen/arch/arm/include/asm/gic.h           | 12 ++++++------
 xen/arch/arm/include/asm/p2m.h           |  2 +-
 xen/arch/arm/include/asm/setup.h         |  5 +++--
 xen/arch/arm/setup.c                     |  4 ++--
 xen/arch/arm/traps.c                     |  2 +-
 xen/arch/arm/vgic-v3.c                   |  2 +-
 xen/drivers/passthrough/arm/smmu.c       |  6 +++---
 12 files changed, 26 insertions(+), 25 deletions(-)

-- 
2.34.1