2022-07-10 05:25:57

by Jilin Yuan

[permalink] [raw]
Subject: [PATCH] acpi/apei: fix repeated words in comments

Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <[email protected]>
---
drivers/acpi/apei/apei-base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/apei/apei-base.c b/drivers/acpi/apei/apei-base.c
index 33b7fbbeda82..ae6d156e32b4 100644
--- a/drivers/acpi/apei/apei-base.c
+++ b/drivers/acpi/apei/apei-base.c
@@ -4,7 +4,7 @@
* infrastructure
*
* APEI allows to report errors (for example from the chipset) to the
- * the operating system. This improves NMI handling especially. In
+ * operating system. This improves NMI handling especially. In
* addition it supports error serialization and error injection.
*
* For more information about APEI, please refer to ACPI Specification
--
2.36.1