]> git.itanic.dy.fi Git - linux-stable/commit
watchdog: mlx_wdt: fix all kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 18 Dec 2023 06:26:59 +0000 (22:26 -0800)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 24 Dec 2023 09:44:40 +0000 (10:44 +0100)
commit9546b21ea672aa961d5a89ea754214afed013f02
tree746aa6af1d48f94df43c21f3c5d1f7a5f28df6de
parent179c4acd55fb6cb9caa4d2eb6684e51ffebd6589
watchdog: mlx_wdt: fix all kernel-doc warnings

Correct kernel-doc warnings as reported by kernel test robot:

mlx_wdt.c:56: warning: Function parameter or member 'wdt_type' not described in 'mlxreg_wdt'
mlx_wdt.c:56: warning: Excess struct member 'device' description in 'mlxreg_wdt'
mlx_wdt.c:56: warning: Excess struct member 'timeout' description in 'mlxreg_wdt'
mlx_wdt.c:56: warning: Excess struct member 'wd_type' description in 'mlxreg_wdt'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312171701.xNkzdgdi-lkp@intel.com/
Cc: Michael Shych <michaelsh@nvidia.com>
Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: linux-watchdog@vger.kernel.org
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20231218062659.26916-1-rdunlap@infradead.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/mlx_wdt.c