diff options
author | Shailendra Verma <shailendra.capricorn@gmail.com> | 2015-05-23 01:06:49 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-06-15 09:46:15 -0400 |
commit | 431920edfd675ba74949415aace0a4eae07073e3 (patch) | |
tree | 2cc3fb21e8fd5a09c8f0e1a72ad05663bfc258c6 /drivers/cpufreq/gx-suspmod.c | |
parent | 97155e033662d0e9059ed2a007b0eb5080339349 (diff) |
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>
Diffstat (limited to 'drivers/cpufreq/gx-suspmod.c')
-rw-r--r-- | drivers/cpufreq/gx-suspmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c index 1d723dc8880c..3488c9c175eb 100644 --- a/drivers/cpufreq/gx-suspmod.c +++ b/drivers/cpufreq/gx-suspmod.c | |||
@@ -144,7 +144,7 @@ module_param(max_duration, int, 0444); | |||
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 | * from GX1 datasheet p.56, | 148 | * from GX1 datasheet p.56, |
149 | * MULT[3:0]: | 149 | * MULT[3:0]: |
150 | * 0000 = SYSCLK multiplied by 4 (test only) | 150 | * 0000 = SYSCLK multiplied by 4 (test only) |
@@ -346,7 +346,7 @@ static int cpufreq_gx_verify(struct cpufreq_policy *policy) | |||
346 | 346 | ||
347 | /* it needs to be assured that at least one supported frequency is | 347 | /* it needs to be assured that at least one supported frequency is |
348 | * within policy->min and policy->max. If it is not, policy->max | 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 | * policy->min may not be decreased, though. This way we guarantee a | 350 | * policy->min may not be decreased, though. This way we guarantee a |
351 | * specific processing capacity. | 351 | * specific processing capacity. |
352 | */ | 352 | */ |