Re: [PATCH 04/17] xen/arm: address violations of MISRA C:2012 Directive 4.10

2024-07-12 Thread Stefano Stabellini
On Mon, 1 Jul 2024, Alessandro Zucchelli wrote: > From: Simone Ballarin > > Add inclusion guard to address violations of > MISRA C:2012 Directive 4.10 ("Precautions shall be taken in order > to prevent the contents of a header file being included more than > once"). > > Mechanical change. > > S

[PATCH 04/17] xen/arm: address violations of MISRA C:2012 Directive 4.10

2024-07-01 Thread Alessandro Zucchelli
From: Simone Ballarin Add inclusion guard to address violations of MISRA C:2012 Directive 4.10 ("Precautions shall be taken in order to prevent the contents of a header file being included more than once"). Mechanical change. Signed-off-by: Simone Ballarin Signed-off-by: Maria Celeste Cesario