aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/thermal/cpu_cooling.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index ad09e51ffae4..588185abeab0 100644
--- a/drivers/thermal/cpu_cooling.c
+++ b/drivers/thermal/cpu_cooling.c
@@ -39,6 +39,7 @@
39 * @cpufreq_val: integer value representing the absolute value of the clipped 39 * @cpufreq_val: integer value representing the absolute value of the clipped
40 * frequency. 40 * frequency.
41 * @allowed_cpus: all the cpus involved for this cpufreq_cooling_device. 41 * @allowed_cpus: all the cpus involved for this cpufreq_cooling_device.
42 * @node: list_head to link all cpufreq_cooling_device together.
42 * 43 *
43 * This structure is required for keeping information of each 44 * This structure is required for keeping information of each
44 * cpufreq_cooling_device registered. In order to prevent corruption of this a 45 * cpufreq_cooling_device registered. In order to prevent corruption of this a