Re: [XEN PATCH 11/13] xen/sched: address violations of MISRA C:2012 Directive 4.10

2023-08-30 Thread George Dunlap
On Mon, Aug 28, 2023 at 2:20 PM Simone Ballarin wrote: > > Add inclusion guards 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: Simon

Re: [XEN PATCH 11/13] xen/sched: address violations of MISRA C:2012 Directive 4.10

2023-08-28 Thread Stefano Stabellini
On Mon, 28 Aug 2023, Simone Ballarin wrote: > Add inclusion guards 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

[XEN PATCH 11/13] xen/sched: address violations of MISRA C:2012 Directive 4.10

2023-08-28 Thread Simone Ballarin
Add inclusion guards 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 --- xen/common/sched/compat.c | 6 ++ 1 file changed, 6