mbox series

[XEN,0/4] Address violations of MISRA C:2012 Rule 8.3

Message ID cover.1695972930.git.federico.serafini@bugseng.com (mailing list archive)
Headers show
Series Address violations of MISRA C:2012 Rule 8.3 | expand

Message

Federico Serafini Sept. 29, 2023, 8:56 a.m. UTC
This series contains small and uncontroversial patches to address some
violations of Rule 8.3.
No functonal changes are introduced.

Federico Serafini (4):
  video/vesa: drop bool_t
  x86/uaccess: address violations of MISRA C:2012 Rule 8.3
  x86/xstate: address a violation of MISRA C:2012 Rule 8.3
  x86/psr: address a violation of MISRA C:2012 Rule 8.3

 xen/arch/x86/include/asm/psr.h     | 2 +-
 xen/arch/x86/include/asm/uaccess.h | 6 +++---
 xen/arch/x86/xstate.c              | 8 ++++----
 xen/drivers/video/vesa.c           | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)