Re: [PATCH] xen/arm: efi-boot misra rule 4.1 fix

2022-12-09 Thread Julien Grall
Hi, On 09/12/2022 09:04, Jan Beulich wrote: On 09.12.2022 01:41, Stefano Stabellini wrote: We have 3 violations of MISRA C Rule 4.1 ("Octal and hexadecimal escape sequences shall be terminated") in xen/arch/arm/efi/efi-boot.h. Fix them. Signed-off-by: Stefano Stabellini While I certainly ag

Re: [PATCH] xen/arm: efi-boot misra rule 4.1 fix

2022-12-09 Thread Luca Fancellu
> On 9 Dec 2022, at 00:41, Stefano Stabellini wrote: > > We have 3 violations of MISRA C Rule 4.1 ("Octal and hexadecimal escape > sequences shall be terminated") in xen/arch/arm/efi/efi-boot.h. Fix > them. > > Signed-off-by: Stefano Stabellini Hi Stefano, I’ve checked also with coverity an

Re: [PATCH] xen/arm: efi-boot misra rule 4.1 fix

2022-12-09 Thread Jan Beulich
On 09.12.2022 01:41, Stefano Stabellini wrote: > We have 3 violations of MISRA C Rule 4.1 ("Octal and hexadecimal escape > sequences shall be terminated") in xen/arch/arm/efi/efi-boot.h. Fix > them. > > Signed-off-by: Stefano Stabellini While I certainly agree, I wonder if you don't want to corr

[PATCH] xen/arm: efi-boot misra rule 4.1 fix

2022-12-08 Thread Stefano Stabellini
We have 3 violations of MISRA C Rule 4.1 ("Octal and hexadecimal escape sequences shall be terminated") in xen/arch/arm/efi/efi-boot.h. Fix them. Signed-off-by: Stefano Stabellini diff --git a/xen/arch/arm/efi/efi-boot.h b/xen/arch/arm/efi/efi-boot.h index 43a836c3a7..822c0a1462 100644 --- a/xen