mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-16 01:42:39 +00:00
This patch fixes the MISRA-C violations in arch/x86/io.c. * add the required brackets for logical conjunctions * add the required 'else' for 'if ... else if' case Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>