security/tpm/tspi/crtm.c: Fix space required before open brace error
Fix checkpatch error. Change-Id: I890fcfa4ad7b7abe032248b435271514e8e264f3 Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82001 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8b53aa6eee
commit
93cbbbfc7f
@ -67,7 +67,7 @@ static tpm_result_t tspi_init_crtm(void)
|
|||||||
if (rc)
|
if (rc)
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
} else if (CONFIG(BOOTBLOCK_IN_CBFS)){
|
} else if (CONFIG(BOOTBLOCK_IN_CBFS)) {
|
||||||
/* Mapping measures the file. We know we can safely map here because
|
/* Mapping measures the file. We know we can safely map here because
|
||||||
bootblock-as-a-file is only used on x86, where we don't need cache to map. */
|
bootblock-as-a-file is only used on x86, where we don't need cache to map. */
|
||||||
enum cbfs_type type = CBFS_TYPE_BOOTBLOCK;
|
enum cbfs_type type = CBFS_TYPE_BOOTBLOCK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user