2022-06-06 05:18:38

by Xiang wangx

[permalink] [raw]
Subject: [PATCH] ACPI, APEI, Fix syntax errors in comments

Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <[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..9f49272cad39 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.
*
--
2.36.1


2022-06-09 19:42:50

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] ACPI, APEI, Fix syntax errors in comments

On Sat, Jun 4, 2022 at 6:13 AM Xiang wangx <[email protected]> wrote:
>
> Delete the redundant word 'the'.
>
> Signed-off-by: Xiang wangx <[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..9f49272cad39 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.
> *
> --

Applied (under a more precise subject) as 5.20 material, thanks!