forked from luck/tmp_suning_uos_patched
ACPI: correct minor typos
Correct "coolign" to "cooling" and "*_ptg" to "*_pctg" as intended. This changes comment text only. Signed-off-by: Al Stone <al.stone@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
100eb0b042
commit
6dd7aca824
|
@ -183,14 +183,14 @@ static int cpufreq_set_cur_state(unsigned int cpu, int state)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* thermal coolign device callbacks */
|
/* thermal cooling device callbacks */
|
||||||
static int acpi_processor_max_state(struct acpi_processor *pr)
|
static int acpi_processor_max_state(struct acpi_processor *pr)
|
||||||
{
|
{
|
||||||
int max_state = 0;
|
int max_state = 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* There exists four states according to
|
* There exists four states according to
|
||||||
* cpufreq_thermal_reduction_ptg. 0, 1, 2, 3
|
* cpufreq_thermal_reduction_pctg. 0, 1, 2, 3
|
||||||
*/
|
*/
|
||||||
max_state += cpufreq_get_max_state(pr->id);
|
max_state += cpufreq_get_max_state(pr->id);
|
||||||
if (pr->flags.throttling)
|
if (pr->flags.throttling)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user