]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
watchdog: sp805_wdt: Drop documentation of non-existent `status` member
authorLad Prabhakar <prabhakar.csengg@gmail.com>
Fri, 13 Dec 2024 19:28:58 +0000 (19:28 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 6 Jan 2025 18:37:52 +0000 (19:37 +0100)
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>
drivers/watchdog/sp805_wdt.c

index 4400c439c718436244ecc39a9982bf1ba642e849..c2125f204a137fb752b96cebacad19bf014d5907 100644 (file)
@@ -62,7 +62,6 @@
  * @clk: (optional) clock structure of wdt
  * @rate: (optional) clock rate when provided via properties
  * @adev: amba device structure of wdt
- * @status: current status of wdt
  * @load_val: load value to be set for current timeout
  */
 struct sp805_wdt {