Skip to content

Commit 9e12eb8

Browse files
JuliaLawallrafaeljw
authored andcommitted
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]>
1 parent 1961b06 commit 9e12eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/cppc_acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ static int send_pcc_cmd(int pcc_ss_id, u16 cmd)
305305
goto end;
306306
}
307307

308-
/* wait for completion and check for PCC errro bit */
308+
/* wait for completion and check for PCC error bit */
309309
ret = check_pcc_chan(pcc_ss_id, true);
310310

311311
if (pcc_ss_data->pcc_mrtt)

0 commit comments

Comments
 (0)