提交 3b3c0748 编写于 作者: E Eduardo Valentin 提交者: Zhang Rui

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: NEduardo Valentin <eduardo.valentin@ti.com>
Acked-by: NAmit Daniel Kachhap <amit.daniel@samsung.com>
Signed-off-by: NZhang Rui <rui.zhang@intel.com>
上级 25c52afe
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
#include <linux/cpu_cooling.h> #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 * @id: unique integer value corresponding to each cpufreq_cooling_device
* registered. * registered.
* @cool_dev: thermal_cooling_device pointer to keep track of the the * @cool_dev: thermal_cooling_device pointer to keep track of the
* egistered cooling device. * registered cooling device.
* @cpufreq_state: integer value representing the current state of cpufreq * @cpufreq_state: integer value representing the current state of cpufreq
* cooling devices. * cooling devices.
* @cpufreq_val: integer value representing the absolute value of the clipped * @cpufreq_val: integer value representing the absolute value of the clipped
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册