]> Git Repo - linux.git/commitdiff
watchdog: mlx-wdt: Parameter desctiption warning fix
authorMichael Shych <[email protected]>
Thu, 26 Oct 2023 08:25:58 +0000 (08:25 +0000)
committerWim Van Sebroeck <[email protected]>
Sun, 29 Oct 2023 18:45:11 +0000 (19:45 +0100)
Add parameter desription to fix warning.

Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]
Signed-off-by: Michael Shych <[email protected]>
Signed-off-by: Vadim Pasternak <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
drivers/watchdog/mlx_wdt.c

index 9c5b6616fc87e9340fb82863a415ce50e2376675..667e2c5b3431c7f758215a16338e59e4ba7327e5 100644 (file)
@@ -39,6 +39,7 @@
  * @tleft_idx: index for direct access to time left register;
  * @ping_idx:  index for direct access to ping register;
  * @reset_idx: index for direct access to reset cause register;
+ * @regmap_val_sz: size of value in register map;
  * @wd_type:   watchdog HW type;
  */
 struct mlxreg_wdt {
This page took 0.053992 seconds and 4 git commands to generate.