Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/50372 )
Change subject: security/tpm/tss/vendor/cr50/cr50.c: Fix typo ......................................................................
security/tpm/tss/vendor/cr50/cr50.c: Fix typo
Change-Id: I71c0b3b28979053b73f22f280ff11ba19ee0eee2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/50372 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/security/tpm/tss/vendor/cr50/cr50.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/security/tpm/tss/vendor/cr50/cr50.c b/src/security/tpm/tss/vendor/cr50/cr50.c index 3be1e5a..a5b8057 100644 --- a/src/security/tpm/tss/vendor/cr50/cr50.c +++ b/src/security/tpm/tss/vendor/cr50/cr50.c @@ -13,7 +13,7 @@ uint16_t sub_command = TPM2_CR50_SUB_CMD_NVMEM_ENABLE_COMMITS; struct tpm2_response *response;
- printk(BIOS_INFO, "Enabling cr50 nvmem commmits\n"); + printk(BIOS_INFO, "Enabling cr50 nvmem commits\n");
response = tpm_process_command(TPM2_CR50_VENDOR_COMMAND, &sub_command);