On 23/08/23 10:15, Jan Beulich wrote:
On 03.08.2023 12:22, Simone Ballarin wrote:
This series aims to address some violations ofMISRA C:2012 Rule 7.3:
"The lowercase character 'l' shall not be used in a literal suffix".

This patch replaces "l" suffixes with "L", to comply with the rule.
If the "u" suffix is used near "L", use the "U" suffix instead, for consistency.

Gianluca Luparini (13):
   AMD/IOMMU: address violations of MISRA C:2012 Rule 7.3
   x86/svm: address violations of MISRA C:2012 Rule 7.3
   xen/arm: address violations of MISRA C:2012 Rule 7.3
   x86/IOMMU: address violations of MISRA C:2012 Rule 7.3
   xen/ioreq: address violations of MISRA C:2012 Rule 7.3
   xen/mem_access: address violations of MISRA C:2012 Rule 7.3
   xen/vpci: address violations of MISRA C:2012 Rule 7.3
   xen/hvm: address violations of MISRA C:2012 Rule 7.3
   x86/mm: address violations of MISRA C:2012 Rule 7.3
   x86/viridian: address violations of MISRA C:2012 Rule 7.3
   xen/x86: address violations of MISRA C:2012 Rule 7.3
   xen/common: address violations of MISRA C:2012 Rule 7.3
   xen: address violations of MISRA C:2012 Rule 7.3

Since about half the patches are still pending due to missing acks,
just to mention it: It's normally the submitter who is to chase them.

Jan


This is the list of the pending patches:
- 10/13 x86/viridian: address violations of MISRA C:2012 Rule 7.3
- 08/13 xen/hvm: address violations of MISRA C:2012 Rule 7.3
- 05/13 xen/ioreq: address violations of MISRA C:2012 Rule 7.3

The maintainer for that files are Paul Durrant and Wei Liu.

--
Simone Ballarin, M.Sc.

Field Application Engineer, BUGSENG (https://bugseng.com)


Reply via email to