Felix Singer submitted this change.

View Change

Approvals: Felix Singer: Looks good to me, approved build bot (Jenkins): Verified
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>
---
M src/security/tpm/tspi/crtm.c
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/security/tpm/tspi/crtm.c b/src/security/tpm/tspi/crtm.c
index 3c2760a..621d7cd 100644
--- a/src/security/tpm/tspi/crtm.c
+++ b/src/security/tpm/tspi/crtm.c
@@ -67,7 +67,7 @@
if (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
bootblock-as-a-file is only used on x86, where we don't need cache to map. */
enum cbfs_type type = CBFS_TYPE_BOOTBLOCK;

To view, visit change 82001. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I890fcfa4ad7b7abe032248b435271514e8e264f3
Gerrit-Change-Number: 82001
Gerrit-PatchSet: 4
Gerrit-Owner: Naveen Iyer
Gerrit-Reviewer: Christian Walter <christian.walter@9elements.com>
Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Gerrit-Reviewer: Naveen Iyer
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged