Re: [PATCH 1/7] x86/p2m: Add braces for better code clarity

2024-04-25 Thread Stefano Stabellini
On Wed, 24 Apr 2024, Petr Beneš wrote: > From: Petr Beneš > > No functional change. > > Signed-off-by: Petr Beneš Reviewed-by: Stefano Stabellini

Re: [PATCH 1/7] x86/p2m: Add braces for better code clarity

2024-04-25 Thread Petr Beneš
On Thu, Apr 25, 2024 at 8:21 AM Jan Beulich wrote: > > On 24.04.2024 22:41, Petr Beneš wrote: > > From: Petr Beneš > > > > No functional change. > > > > Signed-off-by: Petr Beneš > > Hmm. I don't really mind the extra braces, but I also don't really see a need. > IOW this is not an objection,

Re: [PATCH 1/7] x86/p2m: Add braces for better code clarity

2024-04-25 Thread Jan Beulich
On 24.04.2024 22:41, Petr Beneš wrote: > From: Petr Beneš > > No functional change. > > Signed-off-by: Petr Beneš Hmm. I don't really mind the extra braces, but I also don't really see a need. IOW this is not an objection, but it'll want to be someone else (if anyone) to ack this. Jan > ---

[PATCH 1/7] x86/p2m: Add braces for better code clarity

2024-04-24 Thread Petr Beneš
From: Petr Beneš No functional change. Signed-off-by: Petr Beneš --- xen/arch/x86/mm/p2m.c | 4 1 file changed, 4 insertions(+) diff --git a/xen/arch/x86/mm/p2m.c b/xen/arch/x86/mm/p2m.c index ce742c12e0..eb7996170d 100644 --- a/xen/arch/x86/mm/p2m.c +++ b/xen/arch/x86/mm/p2m.c @@