PM / devfreq: drop comment about thermal setting max_freq
authorJavi Merino <javi.merino@arm.com>
Fri, 14 Aug 2015 17:57:00 +0000 (18:57 +0100)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Sep 2015 05:23:29 +0000 (14:23 +0900)
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>
drivers/devfreq/devfreq.c

index f28a1fae5691e7aea523d1d40cd6dd484c6ba4b5..1f3e5ea5439fc2560e858fc6e1dc073a17a2138f 100644 (file)
@@ -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
         */
 
This page took 0.03031 seconds and 5 git commands to generate.