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

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



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

end of thread, other threads:[~2023-12-01  2:34 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-24 14:03 [XEN PATCH 00/11] xen: address violations of MISRA C:2012 Rule 8.2 Federico Serafini
2023-11-24 14:03 ` [XEN PATCH 01/11] xen/console: " Federico Serafini
2023-11-28 17:22   ` Jan Beulich
2023-11-24 14:03 ` [XEN PATCH 02/11] xen/aclinux: " Federico Serafini
2023-11-28 17:23   ` Jan Beulich
2023-11-24 14:03 ` [XEN PATCH 03/11] xen/cpumask: " Federico Serafini
2023-11-28 17:24   ` Jan Beulich
2023-11-24 14:03 ` [XEN PATCH 04/11] xen/dmi: address a violation " Federico Serafini
2023-11-28 17:25   ` Jan Beulich
2023-11-24 14:03 ` [XEN PATCH 05/11] xen/domain: address violations " Federico Serafini
2023-11-30 15:58   ` Jan Beulich
2023-12-01  2:28   ` Stefano Stabellini
2023-11-24 14:03 ` [XEN PATCH 06/11] xen/notifier: " Federico Serafini
2023-11-30 15:58   ` Jan Beulich
2023-12-01  2:29   ` Stefano Stabellini
2023-11-24 14:03 ` [XEN PATCH 07/11] xen/iommu: " Federico Serafini
2023-11-30 15:59   ` Jan Beulich
2023-11-24 14:03 ` [XEN PATCH 08/11] xen/kernel: address a violation " Federico Serafini
2023-11-30 16:00   ` Jan Beulich
2023-12-01  2:30   ` Stefano Stabellini
2023-11-24 14:03 ` [XEN PATCH 09/11] xen/param: " Federico Serafini
2023-11-30 16:29   ` Jan Beulich
2023-12-01  2:32   ` Stefano Stabellini
2023-11-24 14:03 ` [XEN PATCH 10/11] xen/perfc: " Federico Serafini
2023-11-30 16:35   ` Jan Beulich
2023-12-01  2:33   ` Stefano Stabellini
2023-11-24 14:03 ` [XEN PATCH 11/11] xen/serial: " Federico Serafini
2023-11-30 16:35   ` Jan Beulich
2023-12-01  2:34   ` Stefano Stabellini

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.