Re: [XEN PATCH v2 1/3] xen/arch/arm: fix violations of MISRA C:2012 Rule 3.1

2023-06-20 Thread Nicola Vetrini
Hi, On 19/06/23 12:29, Julien Grall wrote: Hi, On 19/06/2023 11:25, Jan Beulich wrote: On 19.06.2023 12:01, Julien Grall wrote: On 19/06/2023 10:56, Nicola Vetrini wrote: In the files `xen/arch/arm/include/asm/arm(32|64)/flushtlb.h' there are a few occurrences of nested '//' character sequen

Re: [XEN PATCH v2 1/3] xen/arch/arm: fix violations of MISRA C:2012 Rule 3.1

2023-06-19 Thread Julien Grall
Hi, On 19/06/2023 11:25, Jan Beulich wrote: On 19.06.2023 12:01, Julien Grall wrote: On 19/06/2023 10:56, Nicola Vetrini wrote: In the files `xen/arch/arm/include/asm/arm(32|64)/flushtlb.h' there are a few occurrences of nested '//' character sequences inside C-style comment blocks, which viol

Re: [XEN PATCH v2 1/3] xen/arch/arm: fix violations of MISRA C:2012 Rule 3.1

2023-06-19 Thread Jan Beulich
On 19.06.2023 12:01, Julien Grall wrote: > On 19/06/2023 10:56, Nicola Vetrini wrote: >> In the files `xen/arch/arm/include/asm/arm(32|64)/flushtlb.h' there are a >> few occurrences of nested '//' character sequences inside C-style comment >> blocks, which violate Rule 3.1. The patch aims to resolv

Re: [XEN PATCH v2 1/3] xen/arch/arm: fix violations of MISRA C:2012 Rule 3.1

2023-06-19 Thread Julien Grall
Hi, On 19/06/2023 10:56, Nicola Vetrini wrote: In the files `xen/arch/arm/include/asm/arm(32|64)/flushtlb.h' there are a few occurrences of nested '//' character sequences inside C-style comment blocks, which violate Rule 3.1. The patch aims to resolve those by removing the nested comments. As

[XEN PATCH v2 1/3] xen/arch/arm: fix violations of MISRA C:2012 Rule 3.1

2023-06-19 Thread Nicola Vetrini
In the files `xen/arch/arm/include/asm/arm(32|64)/flushtlb.h' there are a few occurrences of nested '//' character sequences inside C-style comment blocks, which violate Rule 3.1. The patch aims to resolve those by removing the nested comments. Signed-off-by: Nicola Vetrini --- xen/arch/arm/incl