Re: [PATCH 1/1] watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1

2020-11-11 Thread Guenter Roeck
On 11/11/20 9:22 AM, vee.khee.w...@intel.com wrote: > From: Wong Vee Khee > > 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: Wong Vee Khee

[PATCH 1/1] watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1

2020-11-11 Thread vee . khee . wong
From: Wong Vee Khee 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: Wong Vee Khee --- drivers/watchdog/wdat_wdt.c | 6 +++--- 1 file changed, 3 insertions(+),