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

cpufreq: gx-suspmod: Fix two typos in two comments

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Shailendra Verma and committed by
Rafael J. Wysocki
431920ed 97155e03

+2 -2
+2 -2
drivers/cpufreq/gx-suspmod.c
··· 144 144 145 145 146 146 /** 147 - * we can detect a core multipiler from dir0_lsb 147 + * we can detect a core multiplier from dir0_lsb 148 148 * from GX1 datasheet p.56, 149 149 * MULT[3:0]: 150 150 * 0000 = SYSCLK multiplied by 4 (test only) ··· 346 346 347 347 /* it needs to be assured that at least one supported frequency is 348 348 * within policy->min and policy->max. If it is not, policy->max 349 - * needs to be increased until one freuqency is supported. 349 + * needs to be increased until one frequency is supported. 350 350 * policy->min may not be decreased, though. This way we guarantee a 351 351 * specific processing capacity. 352 352 */