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

Xiang wangx posted 1 patch 3 years, 10 months ago
drivers/acpi/apei/apei-base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ACPI, APEI, Fix syntax errors in comments
Posted by Xiang wangx 3 years, 10 months ago
Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 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
Re: [PATCH] ACPI, APEI, Fix syntax errors in comments
Posted by Rafael J. Wysocki 3 years, 10 months ago
On Sat, Jun 4, 2022 at 6:13 AM Xiang wangx <wangxiang@cdjrlc.com> wrote:
>
> Delete the redundant word 'the'.
>
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
> ---
>  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!