Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Al Stone and committed by
Rafael J. Wysocki
6dd7aca8 100eb0b0

+2 -2
+2 -2
drivers/acpi/processor_thermal.c
··· 183 183 184 184 #endif 185 185 186 - /* thermal coolign device callbacks */ 186 + /* thermal cooling device callbacks */ 187 187 static int acpi_processor_max_state(struct acpi_processor *pr) 188 188 { 189 189 int max_state = 0; 190 190 191 191 /* 192 192 * There exists four states according to 193 - * cpufreq_thermal_reduction_ptg. 0, 1, 2, 3 193 + * cpufreq_thermal_reduction_pctg. 0, 1, 2, 3 194 194 */ 195 195 max_state += cpufreq_get_max_state(pr->id); 196 196 if (pr->flags.throttling)