From: Jan Beulich <jbeulich@suse.com>
To: Simone Ballarin <simone.ballarin@bugseng.com>
Cc: xen-devel@lists.xenproject.org, consulting@bugseng.com,
"Gianluca Luparini" <gianluca.luparini@bugseng.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"George Dunlap" <george.dunlap@citrix.com>,
"Roger Pau Monné" <roger.pau@citrix.com>, "Wei Liu" <wl@xen.org>,
"Stefano Stabellini" <sstabellini@kernel.org>
Subject: Re: [XEN PATCH 09/13] x86/mm: address violations of MISRA C:2012 Rule 7.3
Date: Mon, 7 Aug 2023 16:26:51 +0200 [thread overview]
Message-ID: <4a61ba3a-1cd9-082f-bb3b-efff69da68d2@suse.com> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2308031751360.2127516@ubuntu-linux-20-04-desktop>
On 04.08.2023 02:52, Stefano Stabellini wrote:
> On Thu, 3 Aug 2023, Simone Ballarin wrote:
>> From: Gianluca Luparini <gianluca.luparini@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.luparini@bugseng.com>
>> Signed-off-by: Simone Ballarin <simone.ballarin@bugseng.com>
>
> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
next prev parent reply other threads:[~2023-08-07 14:27 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 10:22 [XEN PATCH 00/13] xen: address violations of MISRA C:2012 Rule 7.3 Simone Ballarin
2023-08-03 10:22 ` [XEN PATCH 01/13] AMD/IOMMU: " Simone Ballarin
2023-08-04 0:40 ` Stefano Stabellini
2023-08-07 14:22 ` Jan Beulich
2023-08-03 10:22 ` [XEN PATCH 02/13] x86/svm: " Simone Ballarin
2023-08-04 0:42 ` Stefano Stabellini
2023-08-07 14:22 ` Jan Beulich
2023-08-03 10:22 ` [XEN PATCH 03/13] xen/arm: " Simone Ballarin
2023-08-03 13:44 ` Luca Fancellu
2023-08-04 0:44 ` Stefano Stabellini
2023-08-03 10:22 ` [XEN PATCH 04/13] x86/IOMMU: " Simone Ballarin
2023-08-04 0:45 ` Stefano Stabellini
2023-08-07 14:23 ` Jan Beulich
2023-08-03 10:22 ` [XEN PATCH 05/13] xen/ioreq: " Simone Ballarin
2023-08-04 0:46 ` Stefano Stabellini
2023-09-12 16:19 ` Simone Ballarin
2023-09-13 6:52 ` Paul Durrant
2023-08-03 10:22 ` [XEN PATCH 06/13] xen/mem_access: " Simone Ballarin
2023-08-04 0:47 ` Stefano Stabellini
2023-08-24 10:54 ` Jan Beulich
2023-08-24 21:37 ` Stefano Stabellini
2023-08-03 10:22 ` [XEN PATCH 07/13] xen/vpci: " Simone Ballarin
2023-08-04 0:48 ` Stefano Stabellini
2023-08-24 12:22 ` Roger Pau Monné
2023-08-03 10:22 ` [XEN PATCH 08/13] xen/hvm: " Simone Ballarin
2023-08-04 0:50 ` Stefano Stabellini
2023-08-07 14:24 ` Jan Beulich
2023-08-07 14:25 ` Jan Beulich
2023-09-12 16:18 ` Simone Ballarin
2023-09-13 6:53 ` Paul Durrant
2023-08-03 10:22 ` [XEN PATCH 09/13] x86/mm: " Simone Ballarin
2023-08-04 0:52 ` Stefano Stabellini
2023-08-07 14:26 ` Jan Beulich [this message]
2023-08-03 10:22 ` [XEN PATCH 10/13] x86/viridian: " Simone Ballarin
2023-08-04 0:54 ` Stefano Stabellini
2023-09-12 6:23 ` Paul Durrant
2023-08-03 10:22 ` [XEN PATCH 11/13] xen/x86: " Simone Ballarin
2023-08-04 0:59 ` Stefano Stabellini
2023-08-07 14:53 ` Jan Beulich
2023-08-03 10:22 ` [XEN PATCH 12/13] xen/common: " Simone Ballarin
2023-08-04 1:00 ` Stefano Stabellini
2023-08-03 10:22 ` [XEN PATCH 13/13] xen: " Simone Ballarin
2023-08-04 1:02 ` Stefano Stabellini
2023-08-23 8:15 ` [XEN PATCH 00/13] " Jan Beulich
2023-08-28 12:41 ` Simone Ballarin
2023-08-28 13:33 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4a61ba3a-1cd9-082f-bb3b-efff69da68d2@suse.com \
--to=jbeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=consulting@bugseng.com \
--cc=george.dunlap@citrix.com \
--cc=gianluca.luparini@bugseng.com \
--cc=roger.pau@citrix.com \
--cc=simone.ballarin@bugseng.com \
--cc=sstabellini@kernel.org \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.