Skip to content

Commit

Permalink
Correct some typos for word frequency
Browse files Browse the repository at this point in the history
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
montjoie authored and Jiri Kosina committed Oct 14, 2013
1 parent fe2fd5c commit 0585123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/cpufreq/exynos-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion include/linux/devfreq.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ struct devfreq {
unsigned long max_freq;
bool stop_polling;

/* information for device freqeuncy transition */
/* information for device frequency transition */
unsigned int total_trans;
unsigned int *trans_table;
unsigned long *time_in_state;
Expand Down

0 comments on commit 0585123

Please sign in to comment.