All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI: CPPC: fix typo in comment
@ 2022-05-21 11:10 Julia Lawall
  2022-05-25 13:35 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2022-05-21 11:10 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: kernel-janitors, Len Brown, linux-acpi, linux-kernel

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/acpi/cppc_acpi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c
index bc1454789a06..e6c1df0b3cc4 100644
--- a/drivers/acpi/cppc_acpi.c
+++ b/drivers/acpi/cppc_acpi.c
@@ -305,7 +305,7 @@ static int send_pcc_cmd(int pcc_ss_id, u16 cmd)
 		goto end;
 	}
 
-	/* wait for completion and check for PCC errro bit */
+	/* wait for completion and check for PCC error bit */
 	ret = check_pcc_chan(pcc_ss_id, true);
 
 	if (pcc_ss_data->pcc_mrtt)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ACPI: CPPC: fix typo in comment
  2022-05-21 11:10 [PATCH] ACPI: CPPC: fix typo in comment Julia Lawall
@ 2022-05-25 13:35 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2022-05-25 13:35 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Rafael J. Wysocki, kernel-janitors, Len Brown,
	ACPI Devel Maling List, Linux Kernel Mailing List

On Sat, May 21, 2022 at 1:12 PM Julia Lawall <Julia.Lawall@inria.fr> wrote:
>
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
>
> ---
>  drivers/acpi/cppc_acpi.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c
> index bc1454789a06..e6c1df0b3cc4 100644
> --- a/drivers/acpi/cppc_acpi.c
> +++ b/drivers/acpi/cppc_acpi.c
> @@ -305,7 +305,7 @@ static int send_pcc_cmd(int pcc_ss_id, u16 cmd)
>                 goto end;
>         }
>
> -       /* wait for completion and check for PCC errro bit */
> +       /* wait for completion and check for PCC error bit */
>         ret = check_pcc_chan(pcc_ss_id, true);
>
>         if (pcc_ss_data->pcc_mrtt)
>

Applied as 5.19-rc material, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-25 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 11:10 [PATCH] ACPI: CPPC: fix typo in comment Julia Lawall
2022-05-25 13:35 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.