Re: [PATCH 2/2] x86/APIC: address violation of MISRA C Rule 21.2

2024-06-20 Thread Jan Beulich
On 19.06.2024 19:09, Alessandro Zucchelli wrote: > From: Nicola Vetrini > > The rule disallows the usage of an identifier reserved by the C standard. > All identfiers starting with '__' are reserved for any use, so the label > can be renamed in order to avoid the violation. > > No functional cha

[PATCH 2/2] x86/APIC: address violation of MISRA C Rule 21.2

2024-06-19 Thread Alessandro Zucchelli
From: Nicola Vetrini The rule disallows the usage of an identifier reserved by the C standard. All identfiers starting with '__' are reserved for any use, so the label can be renamed in order to avoid the violation. No functional change. Signed-off-by: Nicola Vetrini --- xen/arch/x86/apic.c |