Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

watchdog: sp805_wdt: Drop documentation of non-existent `status` member

Remove the documentation for the `status` field in the `sp805_wdt`
structure, as the field does not exist.

Signed-off-by: Lad Prabhakar <prabhakar.csengg@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20241213192858.916377-1-prabhakar.csengg@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Lad Prabhakar and committed by
Wim Van Sebroeck
d8d2803f 1f2b24a5

-1
-1
drivers/watchdog/sp805_wdt.c
··· 62 62 * @clk: (optional) clock structure of wdt 63 63 * @rate: (optional) clock rate when provided via properties 64 64 * @adev: amba device structure of wdt 65 - * @status: current status of wdt 66 65 * @load_val: load value to be set for current timeout 67 66 */ 68 67 struct sp805_wdt {