mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 15:34:48 +08:00
ACPI: CPPC: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
1961b06c91
commit
9e12eb8231
@ -305,7 +305,7 @@ static int send_pcc_cmd(int pcc_ss_id, u16 cmd)
|
|||||||
goto end;
|
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);
|
ret = check_pcc_chan(pcc_ss_id, true);
|
||||||
|
|
||||||
if (pcc_ss_data->pcc_mrtt)
|
if (pcc_ss_data->pcc_mrtt)
|
||||||
|
Loading…
Reference in New Issue
Block a user