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

Federico Serafini posted 4 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1695972930.git.federico.serafini@bugseng.com
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(-)
[XEN PATCH 0/4] Address violations of MISRA C:2012 Rule 8.3
Posted by Federico Serafini 7 months ago
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(-)

-- 
2.34.1