]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Correct some typos for word frequency
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Thu, 26 Sep 2013 14:50:21 +0000 (16:50 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 14 Oct 2013 13:27:24 +0000 (15:27 +0200)
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/cpufreq/exynos-cpufreq.c
include/linux/devfreq.h

index 0fac34439e3171dbc97b8f717a935b691657cba9..b4afd078fe0571d28c0dc647db8589c7aab31eae 100644 (file)
@@ -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) {
index 5f1ab92107e63b1889da7e544189f8b73cc740fb..32acc0090ce60d13e688f9f9146b3c56d51e750d 100644 (file)
@@ -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;