diff options
-rw-r--r-- | drivers/thermal/cpu_cooling.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index 7950a41ab934..82829d674720 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c | |||
@@ -29,11 +29,11 @@ | |||
29 | #include <linux/cpu_cooling.h> | 29 | #include <linux/cpu_cooling.h> |
30 | 30 | ||
31 | /** | 31 | /** |
32 | * struct cpufreq_cooling_device | 32 | * struct cpufreq_cooling_device - data for cooling device with cpufreq |
33 | * @id: unique integer value corresponding to each cpufreq_cooling_device | 33 | * @id: unique integer value corresponding to each cpufreq_cooling_device |
34 | * registered. | 34 | * registered. |
35 | * @cool_dev: thermal_cooling_device pointer to keep track of the the | 35 | * @cool_dev: thermal_cooling_device pointer to keep track of the |
36 | * egistered cooling device. | 36 | * registered cooling device. |
37 | * @cpufreq_state: integer value representing the current state of cpufreq | 37 | * @cpufreq_state: integer value representing the current state of cpufreq |
38 | * cooling devices. | 38 | * cooling devices. |
39 | * @cpufreq_val: integer value representing the absolute value of the clipped | 39 | * @cpufreq_val: integer value representing the absolute value of the clipped |