thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_register
[deliverable/linux.git] / drivers / thermal / cpu_cooling.c
index aa9c38b1c3ac4ae95c2fbe516c27b7721672009f..9a1d82ef491e1d447393b80cbec2784302059202 100644 (file)
@@ -413,6 +413,13 @@ static struct notifier_block thermal_cpufreq_notifier_block = {
 /**
  * cpufreq_cooling_register - function to create cpufreq cooling device.
  * @clip_cpus: cpumask of cpus where the frequency constraints will happen.
+ *
+ * This interface function registers the cpufreq cooling device with the name
+ * "thermal-cpufreq-%x". This api can support multiple instances of cpufreq
+ * cooling devices.
+ *
+ * Return: a valid struct thermal_cooling_device pointer on success,
+ * on failure, it returns a corresponding ERR_PTR().
  */
 struct thermal_cooling_device *cpufreq_cooling_register(
        const struct cpumask *clip_cpus)
This page took 0.027045 seconds and 5 git commands to generate.