]> xenbits.xensource.com Git - xen.git/commit
xen/arm: efi-boot misra rule 4.1 fix
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 9 Dec 2022 22:25:52 +0000 (14:25 -0800)
committerJulien Grall <jgrall@amazon.com>
Thu, 15 Dec 2022 11:35:45 +0000 (11:35 +0000)
commit0dba9a071a1d949df20057a7cf09f1a1ca48652c
tree28e5728df78641f3a99d893b6d552cb53d1cf66f
parent291c13af5511fb4f868fc8eebd0a8f6800d0a2f3
xen/arm: efi-boot misra rule 4.1 fix

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
and take the opportunity to declare them as static const __initconst and
improve the style.

Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/efi/efi-boot.h