mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_device
Simple fixes for making kernel_doc happy about struct cpufreq_cooling_device. Includes also a minor spelling fix. 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>
This commit is contained in:
parent
25c52afe1c
commit
3b3c074855
@ -29,11 +29,11 @@
|
||||
#include <linux/cpu_cooling.h>
|
||||
|
||||
/**
|
||||
* struct cpufreq_cooling_device
|
||||
* struct cpufreq_cooling_device - data for cooling device with cpufreq
|
||||
* @id: unique integer value corresponding to each cpufreq_cooling_device
|
||||
* registered.
|
||||
* @cool_dev: thermal_cooling_device pointer to keep track of the the
|
||||
* egistered cooling device.
|
||||
* @cool_dev: thermal_cooling_device pointer to keep track of the
|
||||
* registered cooling device.
|
||||
* @cpufreq_state: integer value representing the current state of cpufreq
|
||||
* cooling devices.
|
||||
* @cpufreq_val: integer value representing the absolute value of the clipped
|
||||
|
Loading…
Reference in New Issue
Block a user