diff options
| author | Julia Lawall <[email protected]> | 2022-05-21 11:10:13 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2022-05-25 13:34:28 +0000 |
| commit | 9e12eb8231496682525b6f9ba04131132d139759 (patch) | |
| tree | dbbde3f7abcef50cd3803c4c62a67e86151b631a /drivers/acpi/cppc_acpi.c | |
| parent | Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... (diff) | |
| download | kernel-9e12eb8231496682525b6f9ba04131132d139759.tar.gz kernel-9e12eb8231496682525b6f9ba04131132d139759.zip | |
ACPI: CPPC: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
| -rw-r--r-- | drivers/acpi/cppc_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
