Commit 76b1a8ae authored by Chu Guangqing's avatar Chu Guangqing Committed by Jarkko Sakkinen
Browse files

tpm_crb: Fix a spelling mistake



The spelling of the word "requrest" is incorrect; it should be "request".

Signed-off-by: default avatarChu Guangqing <chuguangqing@inspur.com>
Signed-off-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
parent cffc934c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -412,7 +412,7 @@ static int crb_do_acpi_start(struct tpm_chip *chip)
#ifdef CONFIG_ARM64
/*
 * This is a TPM Command Response Buffer start method that invokes a
 * Secure Monitor Call to requrest the firmware to execute or cancel
 * Secure Monitor Call to request the firmware to execute or cancel
 * a TPM 2.0 command.
 */
static int tpm_crb_smc_start(struct device *dev, unsigned long func_id)