[XEN PATCH v2 0/5] xen: add parameter names and remove function declarations

Federico Serafini posted 5 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1701936906.git.federico.serafini@bugseng.com
xen/arch/x86/include/asm/acpi.h           |  1 -
xen/arch/x86/include/asm/mm.h             | 19 +++++++++---------
xen/drivers/passthrough/amd/iommu.h       | 17 +++++++++-------
xen/drivers/passthrough/amd/iommu_init.c  | 24 +++++++++++++----------
xen/include/acpi/apei.h                   |  5 +++--
xen/include/acpi/cpufreq/cpufreq.h        |  2 +-
xen/include/acpi/cpufreq/processor_perf.h | 16 +++++++--------
7 files changed, 45 insertions(+), 39 deletions(-)
[XEN PATCH v2 0/5] xen: add parameter names and remove function declarations
Posted by Federico Serafini 5 months ago
This patch series adds the missing parameter names and remove useless function
declarations. No functional changes are introduced.

Federico Serafini (5):
  x86/acpi: remove acpi_pic_sci_set_trigger()
  xen/acpi: address violations of MISRA C:2012 Rule 8.2
  x86/mm: remove compat_subarch_memory_op()
  x86/mm: address violations of MISRA C:2012 Rule 8.2
  AMD/IOMMU: address violations of MISRA C:2012 Rule 8.2

 xen/arch/x86/include/asm/acpi.h           |  1 -
 xen/arch/x86/include/asm/mm.h             | 19 +++++++++---------
 xen/drivers/passthrough/amd/iommu.h       | 17 +++++++++-------
 xen/drivers/passthrough/amd/iommu_init.c  | 24 +++++++++++++----------
 xen/include/acpi/apei.h                   |  5 +++--
 xen/include/acpi/cpufreq/cpufreq.h        |  2 +-
 xen/include/acpi/cpufreq/processor_perf.h | 16 +++++++--------
 7 files changed, 45 insertions(+), 39 deletions(-)

-- 
2.34.1