Correct some typos for word frequency
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
fe2fd5cc05
commit
0585123ebb
@@ -77,7 +77,7 @@ static int exynos_cpufreq_scale(unsigned int target_freq)
|
||||
/*
|
||||
* The policy max have been changed so that we cannot get proper
|
||||
* old_index with cpufreq_frequency_table_target(). Thus, ignore
|
||||
* policy and get the index from the raw freqeuncy table.
|
||||
* policy and get the index from the raw frequency table.
|
||||
*/
|
||||
old_index = exynos_cpufreq_get_index(freqs.old);
|
||||
if (old_index < 0) {
|
||||
|
Reference in New Issue
Block a user