summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/cpu_cooling.c
diff options
context:
space:
mode:
authorEduardo Valentin2013-04-17 19:12:16 +0200
committerZhang Rui2013-04-24 18:34:42 +0200
commit135266b4ea4567419c475354437b7aaa96023d9e (patch)
tree98d5fb4f942580b0f74e43727deea903935d87a8 /drivers/thermal/cpu_cooling.c
parentthermal: cpu_cooling: update kernel-doc for cpufreq_cooling_register (diff)
downloadkernel-qcow2-linux-135266b4ea4567419c475354437b7aaa96023d9e.tar.gz
kernel-qcow2-linux-135266b4ea4567419c475354437b7aaa96023d9e.tar.xz
kernel-qcow2-linux-135266b4ea4567419c475354437b7aaa96023d9e.zip
thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregister
Update comments for this exported function. 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/cpu_cooling.c')
-rw-r--r--drivers/thermal/cpu_cooling.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index 9a1d82ef491e..b4161cfce4a8 100644
--- a/drivers/thermal/cpu_cooling.c
+++ b/drivers/thermal/cpu_cooling.c
@@ -485,6 +485,8 @@ EXPORT_SYMBOL_GPL(cpufreq_cooling_register);
/**
* cpufreq_cooling_unregister - function to remove cpufreq cooling device.
* @cdev: thermal cooling device pointer.
+ *
+ * This interface function unregisters the "thermal-cpufreq-%x" cooling device.
*/
void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev)
{