mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
Constants represented in an unsigned type should have the 'U' suffix per MISRA C requirements even for 0 to get rid of implicit signedness conversions which can be confusing due to the implementation-defined integer formats. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>