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

Federico Serafini posted 6 patches 4 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1701764980.git.federico.serafini@bugseng.com
There is a newer version of this series
xen/arch/x86/cpu/mcheck/mce.h             |  2 +-
xen/arch/x86/include/asm/acpi.h           |  2 +-
xen/arch/x86/include/asm/mce.h            |  4 ++--
xen/arch/x86/include/asm/mm.h             | 20 +++++++++----------
xen/arch/x86/include/asm/page.h           |  6 +++---
xen/drivers/passthrough/amd/iommu.h       | 17 +++++++++-------
xen/drivers/passthrough/amd/iommu_init.c  | 24 +++++++++++++----------
xen/drivers/passthrough/pci.c             |  8 ++++----
xen/include/acpi/apei.h                   |  5 +++--
xen/include/acpi/cpufreq/cpufreq.h        |  2 +-
xen/include/acpi/cpufreq/processor_perf.h | 16 +++++++--------
xen/include/xen/pci.h                     |  3 ++-
12 files changed, 59 insertions(+), 50 deletions(-)
[XEN PATCH 0/6] xen: address violations of MISRA C:2012 Rule 8.2
Posted by Federico Serafini 4 months, 3 weeks ago
This patch series adds the missing parameter names and makes some
improvements to the coding style as the removal of trailing spaces and
the use of C standard integer types over Linux typedefs.

No functional changes are introduced.

Federico Serafini (6):
  xen/acpi: address remaining violations of MISRA C:2012 Rule 8.2
  x86/mm: address violations of MISRA C:2012 Rule 8.2
  AMD/IOMMU: address violations of MISRA C:2012 Rule 8.2
  x86/page: address violations of MISRA C:2012 Rule 8.2
  x86/mce: address violations of MISRA C:2012 Rule 8.2
  xen/pci: address violations of MISRA C:2012 Rule 8.2

 xen/arch/x86/cpu/mcheck/mce.h             |  2 +-
 xen/arch/x86/include/asm/acpi.h           |  2 +-
 xen/arch/x86/include/asm/mce.h            |  4 ++--
 xen/arch/x86/include/asm/mm.h             | 20 +++++++++----------
 xen/arch/x86/include/asm/page.h           |  6 +++---
 xen/drivers/passthrough/amd/iommu.h       | 17 +++++++++-------
 xen/drivers/passthrough/amd/iommu_init.c  | 24 +++++++++++++----------
 xen/drivers/passthrough/pci.c             |  8 ++++----
 xen/include/acpi/apei.h                   |  5 +++--
 xen/include/acpi/cpufreq/cpufreq.h        |  2 +-
 xen/include/acpi/cpufreq/processor_perf.h | 16 +++++++--------
 xen/include/xen/pci.h                     |  3 ++-
 12 files changed, 59 insertions(+), 50 deletions(-)

-- 
2.34.1