mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
- explicitly declare the array size of 'size2mask[]' otherwise, the static checking tool treats the array size to be 4, so that it complains when accessing index '4' or '8' - unify the comments style and make sure the line length less than 80 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>