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

From: Rafael J. Wysocki
Date: Thu Jun 09 2022 - 14:48:48 EST


On Sat, Jun 4, 2022 at 6:13 AM Xiang wangx <wangxiang@xxxxxxxxxx> wrote:
>
> Delete the redundant word 'the'.
>
> Signed-off-by: Xiang wangx <wangxiang@xxxxxxxxxx>
> ---
> 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!