]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/thermal/devfreq_cooling.c
Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux.git] / drivers / thermal / devfreq_cooling.c
index ef59256887ff63d04db5efc08a4f082a68bb75b8..a87d4fa031c878d51d4ffcdb651d37b31889530c 100644 (file)
@@ -53,6 +53,7 @@ static DEFINE_IDA(devfreq_ida);
  *             'utilization' (which is 'busy_time / 'total_time').
  *             The 'res_util' range is from 100 to (power_table[state] * 100)
  *             for the corresponding 'state'.
+ * @capped_state:      index to cooling state with in dynamic power budget
  */
 struct devfreq_cooling_device {
        int id;
@@ -587,7 +588,7 @@ EXPORT_SYMBOL_GPL(devfreq_cooling_register);
 
 /**
  * devfreq_cooling_unregister() - Unregister devfreq cooling device.
- * @dfc: Pointer to devfreq cooling device to unregister.
+ * @cdev: Pointer to devfreq cooling device to unregister.
  */
 void devfreq_cooling_unregister(struct thermal_cooling_device *cdev)
 {