HV: misra fix for multiboot2.c

The patch fixed a few misra violations for multiboot2.c;

Tracked-On: #4419

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun
2020-03-30 13:25:41 +08:00
committed by wenlingz
parent 70fa6dce53
commit 3888c444cc
2 changed files with 19 additions and 16 deletions

View File

@@ -51,6 +51,9 @@ static inline bool boot_from_multiboot1(void)
}
#ifdef CONFIG_MULTIBOOT2
/*
* @post boot_regs[1] stores the address pointer that point to a valid multiboot2 info
*/
static inline bool boot_from_multiboot2(void)
{
/*