diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-17 13:11:56 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-24 12:34:36 -0400 |
commit | 3b3c07485579b9a4ecaee718667c87f59c603686 (patch) | |
tree | 985714d15f95b81a00f4d7eb62d0d5294acc2145 /drivers/thermal | |
parent | 25c52afe1c8a50390d822d89c38cd28d4c19bd8a (diff) |
thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_device
Simple fixes for making kernel_doc happy about
struct cpufreq_cooling_device. Includes also a minor
spelling fix.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-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 |