[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] docs/misra: add exceptions to rules
- To: Julien Grall <julien@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 22 Aug 2023 12:12:18 +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=SSQbIB30pzcT0a5XP+b1k0QJXvspq2CTTZMGfYu1ohY=; b=eNhzl7Q+BYvLVwt29deO1F8xldd03PEh26SjpaBQPWkwzx1EmqtrksGAmiH2wXSVLUEbv/M2zSwDnmg4KeeK0iWn4Kzyg66wX/ZBp1OCLxaQHNXdwtR9aDL8TJi+S+9osEv28ClCsYK3wZxLg3tFBiSiF7CWiMVaJ9ftZHDndP+QaUzu9FbVaxtfFarYOM5cQpQpL7JHCyeFXmAIwzY2vhzoeaxTjMi3m6XiNRZfqpemTEpkU/esKF+r5pFSDfILDS1mtjODXFg6bVwEvclMn/6bsXwrl7Gwxw59oOR+G7bYor/VZt1SjbLFVd9Eo/cuOKISImBTeKEHpuiC787mjA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UF5LVmtY5VnSkL2Wrci9kW+/tDGkuHuczvVjUmjd+7opmLh1XzsRwPIgVK897rRhW1mXk+i96WHEB5DHjFCabm0FQcqf01nR2yrcE3aWBFJrCaHYUt33a4vPb7WEDT179LtEjKyybw2CmRSJwfS56jSqtPHZYRWam8isZ/FVP7kyf0dTKsEkIxkQWWlQspUxWzRkjoXG8RNZ5xF5qrPSxDbkXw2JpzW/Dz+y4eACVilMYXK0dPkKcABDlfflIxnI1FjllFeJLynroFGlcngH8E62iLlDj0lGGUJnRD9aJNJQF/cLW1wY0tOYGKX3qFRg9AnaLhG5FisOYUiOj5zcfg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: andrew.cooper3@xxxxxxxxxx, roger.pau@xxxxxxxxxx, george.dunlap@xxxxxxxxxx, bertrand.marquis@xxxxxxx, Stefano Stabellini <stefano.stabellini@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 22 Aug 2023 10:12:27 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 22.08.2023 09:56, Julien Grall wrote:
> On 22/08/2023 02:30, Stefano Stabellini wrote:
>> --- a/docs/misra/rules.rst
>> +++ b/docs/misra/rules.rst
>> @@ -59,7 +59,8 @@ maintainers if you want to suggest a change.
>> - Required
>> - Precautions shall be taken in order to prevent the contents of a
>> header file being included more than once
>> - -
>
> It is not clear to me why this line is removed. Was it added by mistake
> in a previous commit?
The patch is replacing an empty comment ...
>> + - Files that are intended to be included more than once do not need to
>> + conform to the directive
... with a non-empty one.
Jan
|