]> Gentwo Git Trees - linux/.git/commitdiff
tpm_crb: Fix a spelling mistake
authorChu Guangqing <chuguangqing@inspur.com>
Tue, 25 Nov 2025 02:30:30 +0000 (10:30 +0800)
committerJarkko Sakkinen <jarkko@kernel.org>
Wed, 3 Dec 2025 20:55:27 +0000 (22:55 +0200)
The spelling of the word "requrest" is incorrect; it should be "request".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm_crb.c

index c75a531cfb98ef4510e3835225e1ad15be6b84e1..e094c517b96e384af39d964626ef9902b3b47c72 100644 (file)
@@ -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)