aboutsummaryrefslogtreecommitdiff
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-08-14 18:57:00 +0100
committerAlex Shi <alex.shi@linaro.org>2016-05-27 15:28:38 +0800
commit8a1e69518bdfe7edb7aafda59a5d873074afd054 (patch)
treea99d8548bce74285e58bb65f30268e876a53c0e5 /drivers/devfreq
parent49c0c13f2345af5a3f8967dcdac653149dc0695d (diff)
PM / devfreq: drop comment about thermal setting max_freq
The thermal infrastructure should use the devfreq cooling device, which uses the OPP library to disable OPPs as necessary. Fix a couple of typos in the same comment while we are at it. Signed-off-by: Javi Merino <javi.merino@arm.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> (cherry picked from commit d3b7e1745c0d1be2add1bb58065eef142c5a098f) Signed-off-by: Alex Shi <alex.shi@linaro.org>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/devfreq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
index ca1b362d77e2..aed1137b2173 100644
--- a/drivers/devfreq/devfreq.c
+++ b/drivers/devfreq/devfreq.c
@@ -177,10 +177,10 @@ int update_devfreq(struct devfreq *devfreq)
return err;
/*
- * Adjust the freuqency with user freq and QoS.
+ * Adjust the frequency with user freq and QoS.
*
- * List from the highest proiority
- * max_freq (probably called by thermal when it's too hot)
+ * List from the highest priority
+ * max_freq
* min_freq
*/