[XEN PATCH 00/11] xen: address violations of MISRA C:2012 Rule 8.2

Federico Serafini posted 11 patches 5 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1700832962.git.federico.serafini@bugseng.com
There is a newer version of this series
xen/drivers/char/console.c          |  4 ++--
xen/include/acpi/platform/aclinux.h |  6 +++---
xen/include/xen/console.h           |  2 +-
xen/include/xen/cpumask.h           |  6 ++++--
xen/include/xen/dmi.h               |  2 +-
xen/include/xen/domain.h            | 14 +++++++-------
xen/include/xen/iommu.h             | 13 +++++++------
xen/include/xen/kernel.h            |  2 +-
xen/include/xen/notifier.h          |  3 ++-
xen/include/xen/param.h             |  2 +-
xen/include/xen/perfc.h             |  2 +-
xen/include/xen/serial.h            |  2 +-
12 files changed, 31 insertions(+), 27 deletions(-)
[XEN PATCH 00/11] xen: address violations of MISRA C:2012 Rule 8.2
Posted by Federico Serafini 5 months, 1 week ago
This patch series adds some of the missing parameter names.
No functional changes are introduced.

Federico Serafini (11):
  xen/console: address violations of MISRA C:2012 Rule 8.2
  xen/aclinux: address violations of MISRA C:2012 Rule 8.2
  xen/cpumask: address violations of MISRA C:2012 Rule 8.2
  xen/dmi: address a violation of MISRA C:2012 Rule 8.2
  xen/domain: address violations of MISRA C:2012 Rule 8.2
  xen/notifier: address violations of MISRA C:2012 Rule 8.2
  xen/iommu: address violations of MISRA C:2012 Rule 8.2
  xen/kernel: address a violation of MISRA C:2012 Rule 8.2
  xen/param: address a violation of MISRA C:2012 Rule 8.2
  xen/perfc: address a violation of MISRA C:2012 Rule 8.2
  xen/serial: address a violation of MISRA C:2012 Rule 8.2

 xen/drivers/char/console.c          |  4 ++--
 xen/include/acpi/platform/aclinux.h |  6 +++---
 xen/include/xen/console.h           |  2 +-
 xen/include/xen/cpumask.h           |  6 ++++--
 xen/include/xen/dmi.h               |  2 +-
 xen/include/xen/domain.h            | 14 +++++++-------
 xen/include/xen/iommu.h             | 13 +++++++------
 xen/include/xen/kernel.h            |  2 +-
 xen/include/xen/notifier.h          |  3 ++-
 xen/include/xen/param.h             |  2 +-
 xen/include/xen/perfc.h             |  2 +-
 xen/include/xen/serial.h            |  2 +-
 12 files changed, 31 insertions(+), 27 deletions(-)

-- 
2.34.1