From: Xiang wangx Date: Sat, 4 Jun 2022 04:12:53 +0000 (+0800) Subject: ACPI: APEI: Fix double word in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=55b350529e799f8a1a1636dea7df1749cb78ce39;p=linux.git ACPI: APEI: Fix double word in a comment Delete the redundant word 'the'. Signed-off-by: Xiang wangx [ rjw: New subject ] Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/apei/apei-base.c b/drivers/acpi/apei/apei-base.c index 33b7fbbeda82e..9f49272cad392 100644 --- a/drivers/acpi/apei/apei-base.c +++ b/drivers/acpi/apei/apei-base.c @@ -3,7 +3,7 @@ * apei-base.c - ACPI Platform Error Interface (APEI) supporting * infrastructure * - * APEI allows to report errors (for example from the chipset) to the + * APEI allows to report errors (for example from the chipset) to * the operating system. This improves NMI handling especially. In * addition it supports error serialization and error injection. *