瀏覽代碼

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>
Eduardo Valentin 12 年之前
父節點
當前提交
135266b4ea
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/thermal/cpu_cooling.c

+ 2 - 0
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)
 {