提交 431920ed 编写于 作者: S Shailendra Verma 提交者: Rafael J. Wysocki

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

Signed-off-by: NShailendra Verma <shailendra.capricorn@gmail.com>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 97155e03
...@@ -144,7 +144,7 @@ module_param(max_duration, int, 0444); ...@@ -144,7 +144,7 @@ module_param(max_duration, int, 0444);
/** /**
* we can detect a core multipiler from dir0_lsb * we can detect a core multiplier from dir0_lsb
* from GX1 datasheet p.56, * from GX1 datasheet p.56,
* MULT[3:0]: * MULT[3:0]:
* 0000 = SYSCLK multiplied by 4 (test only) * 0000 = SYSCLK multiplied by 4 (test only)
...@@ -346,7 +346,7 @@ static int cpufreq_gx_verify(struct cpufreq_policy *policy) ...@@ -346,7 +346,7 @@ static int cpufreq_gx_verify(struct cpufreq_policy *policy)
/* it needs to be assured that at least one supported frequency is /* it needs to be assured that at least one supported frequency is
* within policy->min and policy->max. If it is not, policy->max * within policy->min and policy->max. If it is not, policy->max
* needs to be increased until one freuqency is supported. * needs to be increased until one frequency is supported.
* policy->min may not be decreased, though. This way we guarantee a * policy->min may not be decreased, though. This way we guarantee a
* specific processing capacity. * specific processing capacity.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册