mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
This patch fixes the MISRA-C violations in arch/x86/vmcs.c. * add the missing space before or after binary operator * add the required brackets for logical conjunctions * remove the redefined MACROs Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>