Message ID | 20220521111145.81697-3-Julia.Lawall@inria.fr |
---|---|
State | Accepted |
Commit | 9e12eb8231496682525b6f9ba04131132d139759 |
Headers | show |
Series | ACPI: CPPC: fix typo in comment | expand |
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!
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)
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(-)