Re: [PATCH] hwmon: (hih6130) fix kernel-doc warnings

From: Guenter Roeck
Date: Sun Jan 15 2023 - 11:07:49 EST


On Thu, Jan 12, 2023 at 10:45:49PM -0800, Randy Dunlap wrote:
> Use the correct function name in kernel-doc comments to prevent these
> warnings:
>
> drivers/hwmon/hih6130.c:164: warning: expecting prototype for hih6130_show_temperature(). Prototype was for hih6130_temperature_show() instead
> drivers/hwmon/hih6130.c:185: warning: expecting prototype for hih6130_show_humidity(). Prototype was for hih6130_humidity_show() instead
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Jean Delvare <jdelvare@xxxxxxxx>
> Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
> Cc: linux-hwmon@xxxxxxxxxxxxxxx

Applied to hwmon-next.

Thanks,
Guenter