Skip to content

Commit

Permalink
watchdog: max77620: fix excess field in kerneldoc
Browse files Browse the repository at this point in the history
The wdt_info does not exist in the struct being documented.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202412281555.YMBF9azh-lkp@intel.com/
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20241230-max77620_wdt-kerneldoc-fix-v1-1-8a3211818993@bootlin.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
  • Loading branch information
Luca Ceresoli authored and Wim Van Sebroeck committed Jan 6, 2025
1 parent d8d2803 commit 7da5fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/watchdog/max77620_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ static bool nowayout = WATCHDOG_NOWAYOUT;

/**
* struct max77620_variant - Data specific to a chip variant
* @wdt_info: watchdog descriptor
* @reg_onoff_cnfg2: ONOFF_CNFG2 register offset
* @reg_cnfg_glbl2: CNFG_GLBL2 register offset
* @reg_cnfg_glbl3: CNFG_GLBL3 register offset
Expand Down

0 comments on commit 7da5fc3

Please sign in to comment.