On 16.05.2024 00:52, Stefano Stabellini wrote: > The value returned by __toupper is used in arithmetic operations causing > MISRA C 10.2 violations. Cast to plain char in the toupper macro. Also > do the same in tolower for consistency. > > Signed-off-by: Stefano Stabellini <stefano.stabell...@amd.com>
Acked-by: Jan Beulich <jbeul...@suse.com>