Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal: max77620: Appease the kernel-doc deity

Fix up the following warning when compiled with make W=1:

linux.git/drivers/thermal/max77620_thermal.c:48: warning: Function
parameter or member 'temp' not described in 'max77620_thermal_read_temp'

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/c943d51e7913a4b73cda447547b8ee77c857f7ba.1574242756.git.amit.kucheria@linaro.org

authored by

Amit Kucheria and committed by
Daniel Lezcano
0f43e646 1b5cb957

+1 -1
+1 -1
drivers/thermal/max77620_thermal.c
··· 33 33 /** 34 34 * max77620_thermal_read_temp: Read PMIC die temperatue. 35 35 * @data: Device specific data. 36 - * temp: Temperature in millidegrees Celsius 36 + * @temp: Temperature in millidegrees Celsius 37 37 * 38 38 * The actual temperature of PMIC die is not available from PMIC. 39 39 * PMIC only tells the status if it has crossed or not the threshold level