diff options
author | Javi Merino <javi.merino@arm.com> | 2014-12-15 11:55:52 -0500 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-12-21 08:40:13 -0500 |
commit | fc4de356e033a46a08caf78027df871cc20780c1 (patch) | |
tree | dfe9cc76681ad9146c1806d7d5cbabe8b0862c55 | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
thermal: cpu_cooling: document node in struct cpufreq_cooling_device
The node field of struct cpufreq_cooling_device was reintroduced in
2dcd851fe4b4 (thermal: cpu_cooling: Update always cpufreq policy with
thermal constraints) but without the documentation that it once had.
Add it back so that all the fields of struct cpufreq_cooling_device
are documented.
Cc: Yadwinder Singh Brar <yadi.brar@samsung.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
-rw-r--r-- | drivers/thermal/cpu_cooling.c | 1 |
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 |