[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH 01/13] AMD/IOMMU: address violations of MISRA C:2012 Rule 7.3
- To: Simone Ballarin <simone.ballarin@xxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 7 Aug 2023 16:22:02 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=g03/+5n82cWsivO2bzntOum8YMFLFr1mwYPXGPWHrtw=; b=TKyzGmYKQMxcUU9/+15CrYnVwMymwct4VscKPgprepKLq65E/laK7B9XId8uaGkoEW6C66tuiIzQNJFL6HgONP7rusVwJIvo8ahbGyKDs25+b9WaW8+9CDDtWVpqw6rMZ9x6b2ixQMrL+xzsTPj2GCii4p05BdUd+SFlZ7hHnQ4Dv8yMVdsgpLymUQVwa7rS1AC0YktC5/o592LsG/V56H3567sCs1t0ifmhO5e0hs7kxLjl9C/0wew6vKQF0nrYDjKbJN91AhCsLx0bkwljifHCl3GqJeZvqs4ViGF4jt8LIlOqqvy/81jPvWbVt4GMNm6tFB8Xyp4KlXi2HuKArw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Hpu/oM2MO/1mHgGLIPOWBzCu4gweLIUCR16di918gmvcXX7N+PbHUmJO8arxfyTEk/cbRcqY3aop+akUFr02aI0XPYnhgDhyw5L2SMWAFXLV8UKOtmxfrIhIDhHVWyrHgDX/c401JH6W3w/DzD/HyKZpRBb5PZcCnpaprLo4riZq7/WgKU1pTeLXfGkgHqY+WYKlPJsKlSY+T0n4/XTi+sfOX+bjDQavGIwPo8HjF600r6tFZ/6mx82Y7iUakgXNZEI4dpmRnGVeKl/JRxF4J9q/PIrV8LKOYJBd0ceZ0Yp7u1uAeTd0WowDqVs+3xWxDVwjhpM2y/ADJgiJv5dl7g==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, consulting@xxxxxxxxxxx, Gianluca Luparini <gianluca.luparini@xxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Mon, 07 Aug 2023 14:22:14 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 04.08.2023 02:40, Stefano Stabellini wrote:
> On Thu, 3 Aug 2023, Simone Ballarin wrote:
>> From: Gianluca Luparini <gianluca.luparini@xxxxxxxxxxx>
>>
>> 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.luparini@xxxxxxxxxxx>
>> Signed-off-by: Simone Ballarin <simone.ballarin@xxxxxxxxxxx>
>
> Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|