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