acrn-hypervisor/hypervisor/boot/multiboot
Mingqiang Chi 3d5c3c4754 hv:fix violations of coding guideline C-ST-04
The coding guideline rule C-ST-04 requires that
a 'if' statement followed by one or more 'else if'
statement shall be terminated by an 'else' statement
which contains either appropriate action or a comment.

Tracked-On: #6776
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2022-02-18 18:41:07 +08:00
..
multiboot.c hv:fix violations of coding guideline C-ST-04 2022-02-18 18:41:07 +08:00
multiboot2.c HV: init e820 before init paging 2021-09-27 09:03:15 +08:00
multiboot_priv.h HV: modularization: add boot.c to wrap multiboot module 2021-06-11 10:06:02 +08:00