mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-14 13:30:01 +00:00
hv: fix 'Space missing before or after binary operator'
This patch adds the necessary space before or after binary operator. v1 -> v2: * minor fix related to integer [i - 1] ====> [i - 1U] Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
This commit is contained in:
@@ -22,7 +22,7 @@ struct dev_sec_info {
|
||||
struct abl_seed_info seed_list[ABL_SEED_LIST_MAX];
|
||||
};
|
||||
|
||||
static const char *dev_sec_info_arg= "dev_sec_info.param_addr=";
|
||||
static const char *dev_sec_info_arg = "dev_sec_info.param_addr=";
|
||||
|
||||
static void parse_seed_list_abl(void *param_addr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user