public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] tpm_crb: Fix a spelling mistake
@ 2025-11-25  2:30 Chu Guangqing
  2025-11-25 15:36 ` Jarkko Sakkinen
  0 siblings, 1 reply; 2+ messages in thread
From: Chu Guangqing @ 2025-11-25  2:30 UTC (permalink / raw)
  To: peterhuewe, jarkko, jgg; +Cc: linux-integrity, linux-kernel, Chu Guangqing

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

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
 drivers/char/tpm/tpm_crb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c
index c75a531cfb98..e094c517b96e 100644
--- a/drivers/char/tpm/tpm_crb.c
+++ b/drivers/char/tpm/tpm_crb.c
@@ -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)
-- 
2.43.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-25 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25  2:30 [PATCH 1/1] tpm_crb: Fix a spelling mistake Chu Guangqing
2025-11-25 15:36 ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox