Commit 24f98562 authored by Wong Vee Khee's avatar Wong Vee Khee Committed by Wim Van Sebroeck

watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1

Fix the following warning while compiling with W=1.

drivers/watchdog/wdat_wdt.c:48: warning: Function parameter or member 'instructions' not described in 'wdat_wdt'
Signed-off-by: default avatarWong Vee Khee <vee.khee.wong@intel.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20201111172205.17215-1-vee.khee.wong@intel.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 5674b74e
...@@ -34,9 +34,9 @@ struct wdat_instruction { ...@@ -34,9 +34,9 @@ struct wdat_instruction {
* @period: How long is one watchdog period in ms * @period: How long is one watchdog period in ms
* @stopped_in_sleep: Is this watchdog stopped by the firmware in S1-S5 * @stopped_in_sleep: Is this watchdog stopped by the firmware in S1-S5
* @stopped: Was the watchdog stopped by the driver in suspend * @stopped: Was the watchdog stopped by the driver in suspend
* @actions: An array of instruction lists indexed by an action number from * @instructions: An array of instruction lists indexed by an action number from
* the WDAT table. There can be %NULL entries for not implemented * the WDAT table. There can be %NULL entries for not implemented
* actions. * actions.
*/ */
struct wdat_wdt { struct wdat_wdt {
struct platform_device *pdev; struct platform_device *pdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment