> On 3 Aug 2023, at 11:22, Simone Ballarin <simone.balla...@bugseng.com> wrote: > > From: Gianluca Luparini <gianluca.lupar...@bugseng.com> > > 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 "U" suffix instead, for > consistency. > > The changes in this patch are mechanical. > > Signed-off-by: Gianluca Luparini <gianluca.lupar...@bugseng.com> > Signed-off-by: Simone Ballarin <simone.balla...@bugseng.com> > --- Reviewed-by: Luca Fancellu <luca.fance...@arm.com>
- [XEN PATCH 00/13] xen: address violations of MISRA C:20... Simone Ballarin
- [XEN PATCH 01/13] AMD/IOMMU: address violations of... Simone Ballarin
- Re: [XEN PATCH 01/13] AMD/IOMMU: address viola... Stefano Stabellini
- Re: [XEN PATCH 01/13] AMD/IOMMU: address v... Jan Beulich
- [XEN PATCH 03/13] xen/arm: address violations of M... Simone Ballarin
- Re: [XEN PATCH 03/13] xen/arm: address violati... Luca Fancellu
- Re: [XEN PATCH 03/13] xen/arm: address violati... Stefano Stabellini
- [XEN PATCH 06/13] xen/mem_access: address violatio... Simone Ballarin
- Re: [XEN PATCH 06/13] xen/mem_access: address ... Stefano Stabellini
- Re: [XEN PATCH 06/13] xen/mem_access: addr... Jan Beulich
- Re: [XEN PATCH 06/13] xen/mem_access: ... Stefano Stabellini
- [XEN PATCH 04/13] x86/IOMMU: address violations of... Simone Ballarin
- Re: [XEN PATCH 04/13] x86/IOMMU: address viola... Stefano Stabellini
- Re: [XEN PATCH 04/13] x86/IOMMU: address v... Jan Beulich
- [XEN PATCH 02/13] x86/svm: address violations of M... Simone Ballarin
- Re: [XEN PATCH 02/13] x86/svm: address violati... Stefano Stabellini