mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
This commit fixed following violations: - Procedure has more than one exit point: free_irq_vector/request_irq/dispatch_interrupt - goto detected: dispatch_interrupt - Pointer param should be declared pointer to const: fixup_idt - basic type declaration used: fixup_idt Tracked-On: #861 Signed-off-by: Yan, Like <like.yan@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>