mbox series

[XEN,v4,0/2] xen/mm: address violatios of MISRA C:2012 Rules 8.2 and 8.3

Message ID cover.1700645120.git.federico.serafini@bugseng.com (mailing list archive)
Headers show
Series xen/mm: address violatios of MISRA C:2012 Rules 8.2 and 8.3 | expand

Message

Federico Serafini Nov. 22, 2023, 9:51 a.m. UTC
Patch 1/2 does some preparation work, hence it needs to be committed as first.
Patch 2/2 is the one that effectively address the violations adding
missing parameter names and uniforming function declarations and definitions.

Federico Serafini (2):
  x86/mm: preparation work to uniform modify_xen_mappings* interfaces
  xen/mm: address violations of MISRA C:2012 Rules 8.2 and 8.3

 xen/arch/arm/mmu/pt.c   |  4 ++--
 xen/arch/ppc/mm-radix.c |  2 +-
 xen/arch/x86/mm.c       | 13 +++++++------
 xen/include/xen/mm.h    | 16 +++++++++-------
 4 files changed, 19 insertions(+), 16 deletions(-)