Commit beca6053 authored by Viresh Kumar's avatar Viresh Kumar Committed by Eduardo Valentin

thermal: cpu_cooling: fix doc comment over struct cpufreq_cooling_device

cooling_cpufreq_lock isn't used to protect this structure and so the comment
over it is outdated. Fix it.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 728c03c9
...@@ -40,9 +40,8 @@ ...@@ -40,9 +40,8 @@
* frequency. * frequency.
* @allowed_cpus: all the cpus involved for this cpufreq_cooling_device. * @allowed_cpus: all the cpus involved for this cpufreq_cooling_device.
* *
* This structure is required for keeping information of each * This structure is required for keeping information of each registered
* cpufreq_cooling_device registered. In order to prevent corruption of this a * cpufreq_cooling_device.
* mutex lock cooling_cpufreq_lock is used.
*/ */
struct cpufreq_cooling_device { struct cpufreq_cooling_device {
int id; int id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment