OSDN Git Service

thermal: devfreq_cooling: Appease the kernel-doc deity
authorAmit Kucheria <amit.kucheria@linaro.org>
Wed, 20 Nov 2019 15:45:13 +0000 (21:15 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 27 Jan 2020 09:24:32 +0000 (10:24 +0100)
commit1b5cb9570670a6277cc0bba70409402359f7715d
tree35d9f943d437d3b11e3cbdc9f052ac08b770efb9
parent53d256e7966d13d0f48556680e7fe682ee18084b
thermal: devfreq_cooling: Appease the kernel-doc deity

Fix up the following warnings with make W=1:

linux.git/drivers/thermal/devfreq_cooling.c:68: warning: Function
parameter or member 'capped_state' not described in
'devfreq_cooling_device'
linux.git/drivers/thermal/devfreq_cooling.c:593: warning: Function
parameter or member 'cdev' not described in 'devfreq_cooling_unregister'
linux.git/drivers/thermal/devfreq_cooling.c:593: warning: Excess
function parameter 'dfc' description in 'devfreq_cooling_unregister'

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/7059d82472fe12139fc7a3379c5b9716a23cce5c.1574242756.git.amit.kucheria@linaro.org
drivers/thermal/devfreq_cooling.c