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

Correct some typos for word frequency

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

LABBE Corentin and committed by
Jiri Kosina
0585123e fe2fd5cc

+2 -2
+1 -1
drivers/cpufreq/exynos-cpufreq.c
··· 77 77 /* 78 78 * The policy max have been changed so that we cannot get proper 79 79 * old_index with cpufreq_frequency_table_target(). Thus, ignore 80 - * policy and get the index from the raw freqeuncy table. 80 + * policy and get the index from the raw frequency table. 81 81 */ 82 82 old_index = exynos_cpufreq_get_index(freqs.old); 83 83 if (old_index < 0) {
+1 -1
include/linux/devfreq.h
··· 168 168 unsigned long max_freq; 169 169 bool stop_polling; 170 170 171 - /* information for device freqeuncy transition */ 171 + /* information for device frequency transition */ 172 172 unsigned int total_trans; 173 173 unsigned int *trans_table; 174 174 unsigned long *time_in_state;