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

2023-08-07 Thread Jan Beulich
On 04.08.2023 02:59, Stefano Stabellini wrote: > 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

Re: [XEN PATCH 11/13] xen/x86: 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

[XEN PATCH 11/13] xen/x86: 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