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

2023-08-24 Thread Stefano Stabellini
Tamas, is it possible that you are not actually subscribed to xen-devel with your email ta...@tklengyel.com ? Sorry for top-posting I wanted to make sure Tamas saw this. On Thu, 24 Aug 2023, Jan Beulich wrote: > On 04.08.2023 02:47, Stefano Stabellini wrote: > > On Thu, 3 Aug 2023, Simone Balla

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

2023-08-24 Thread Jan Beulich
On 04.08.2023 02:47, 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 06/13] xen/mem_access: 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

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