Re: [XEN PATCH 03/13] xen/arm: address violations of MISRA C:2012 Rule 7.3

2023-08-03 Thread Stefano Stabellini
On Thu, 3 Aug 2023, Simone Ballarin wrote: > From: Gianluca Luparini > > The xen sources contain violations of MISRA C:2012 Rule 7.3 whose headline > states: > "The lowercase character 'l' shall not be used in a literal suffix". > > Use the "L" suffix instead of the "l" suffix, to avoid potentia

Re: [XEN PATCH 03/13] xen/arm: address violations of MISRA C:2012 Rule 7.3

2023-08-03 Thread Luca Fancellu
> On 3 Aug 2023, at 11:22, Simone Ballarin wrote: > > From: Gianluca Luparini > > The xen sources contain violations of MISRA C:2012 Rule 7.3 whose headline > states: > "The lowercase character 'l' shall not be used in a literal suffix". > > Use the "L" suffix instead of the "l" suffix, to

[XEN PATCH 03/13] xen/arm: address violations of MISRA C:2012 Rule 7.3

2023-08-03 Thread Simone Ballarin
From: Gianluca Luparini The xen sources contain violations of MISRA C:2012 Rule 7.3 whose headline states: "The lowercase character 'l' shall not be used in a literal suffix". Use the "L" suffix instead of the "l" suffix, to avoid potential ambiguity. If the "u" suffix is used near "L", use the