All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/6] xen: address violations of MISRA C:2012 Rule 8.2
@ 2023-12-05 11:55 Federico Serafini
  2023-12-05 11:55 ` [XEN PATCH 1/6] xen/acpi: address remaining " Federico Serafini
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Federico Serafini @ 2023-12-05 11:55 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Wei Liu, Paul Durrant, George Dunlap,
	Julien Grall, Stefano Stabellini

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



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2023-12-06  8:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 11:55 [XEN PATCH 0/6] xen: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-12-05 11:55 ` [XEN PATCH 1/6] xen/acpi: address remaining " Federico Serafini
2023-12-06  3:07   ` Stefano Stabellini
2023-12-06  8:03     ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 2/6] x86/mm: address " Federico Serafini
2023-12-06  3:10   ` Stefano Stabellini
2023-12-06  8:09     ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 3/6] AMD/IOMMU: " Federico Serafini
2023-12-06  3:15   ` Stefano Stabellini
2023-12-06  8:16     ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 4/6] x86/page: " Federico Serafini
2023-12-06  3:16   ` Stefano Stabellini
2023-12-06  8:55     ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 5/6] x86/mce: " Federico Serafini
2023-12-06  3:18   ` Stefano Stabellini
2023-12-06  8:56     ` Jan Beulich
2023-12-05 11:55 ` [XEN PATCH 6/6] xen/pci: " Federico Serafini
2023-12-06  3:20   ` Stefano Stabellini
2023-12-06  8:57     ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.