Skip to content

Commit d4c85a4

Browse files
mshychWim Van Sebroeck
authored andcommitted
watchdog: mlx-wdt: Parameter desctiption warning fix
Add parameter desription to fix warning. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202310241044.lvqeOGli-lkp@intel.com Signed-off-by: Michael Shych <michaelsh@nvidia.com> Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20231026082558.12142-1-michaelsh@nvidia.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 6a6c7b0 commit d4c85a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/watchdog/mlx_wdt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* @tleft_idx: index for direct access to time left register;
4040
* @ping_idx: index for direct access to ping register;
4141
* @reset_idx: index for direct access to reset cause register;
42+
* @regmap_val_sz: size of value in register map;
4243
* @wd_type: watchdog HW type;
4344
*/
4445
struct mlxreg_wdt {

0 commit comments

Comments
 (0)