On 24.04.2024 14:11, Alessandro Zucchelli wrote: > This addresses violations of MISRA C:2012 Rule 7.2 which states as > following: A āuā or āUā suffix shall be applied to all integer constants > that are represented in an unsigned type. > > No functional change.
I'm inclined to suggest Fixes: 652683e1aeaa ("x86/hvm: address violations of MISRA C:2012 Rule 7.2") as that change clearly should have taken care of this already. The line changed here is even visible in patch context there. > Signed-off-by: Alessandro Zucchelli <alessandro.zucche...@bugseng.com> Acked-by: Jan Beulich <jbeul...@suse.com>