提交 c88883cd 编写于 作者: S Stratos Karafotis 提交者: Rafael J. Wysocki

cpufreq: conservative: Fix typos in comments

Fix a couple of typos in comments.
Signed-off-by: NStratos Karafotis <stratosk@semaphore.gr>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 06eb09d1
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "cpufreq_governor.h" #include "cpufreq_governor.h"
/* Conservative governor macors */ /* Conservative governor macros */
#define DEF_FREQUENCY_UP_THRESHOLD (80) #define DEF_FREQUENCY_UP_THRESHOLD (80)
#define DEF_FREQUENCY_DOWN_THRESHOLD (20) #define DEF_FREQUENCY_DOWN_THRESHOLD (20)
#define DEF_SAMPLING_DOWN_FACTOR (1) #define DEF_SAMPLING_DOWN_FACTOR (1)
...@@ -144,7 +144,7 @@ static int dbs_cpufreq_notifier(struct notifier_block *nb, unsigned long val, ...@@ -144,7 +144,7 @@ static int dbs_cpufreq_notifier(struct notifier_block *nb, unsigned long val,
/* /*
* we only care if our internally tracked freq moves outside the 'valid' * we only care if our internally tracked freq moves outside the 'valid'
* ranges of freqency available to us otherwise we do not change it * ranges of frequency available to us otherwise we do not change it
*/ */
if (dbs_info->requested_freq > policy->max if (dbs_info->requested_freq > policy->max
|| dbs_info->requested_freq < policy->min) || dbs_info->requested_freq < policy->min)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册