Commit 0585123e authored by LABBE Corentin's avatar LABBE Corentin Committed by Jiri Kosina

Correct some typos for word frequency

Signed-off-by: default avatarLABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fe2fd5cc
...@@ -77,7 +77,7 @@ static int exynos_cpufreq_scale(unsigned int target_freq) ...@@ -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 * The policy max have been changed so that we cannot get proper
* old_index with cpufreq_frequency_table_target(). Thus, ignore * 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); old_index = exynos_cpufreq_get_index(freqs.old);
if (old_index < 0) { if (old_index < 0) {
......
...@@ -168,7 +168,7 @@ struct devfreq { ...@@ -168,7 +168,7 @@ struct devfreq {
unsigned long max_freq; unsigned long max_freq;
bool stop_polling; bool stop_polling;
/* information for device freqeuncy transition */ /* information for device frequency transition */
unsigned int total_trans; unsigned int total_trans;
unsigned int *trans_table; unsigned int *trans_table;
unsigned long *time_in_state; unsigned long *time_in_state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment