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

Lad Prabhakar posted 1 patch 1 year ago
drivers/watchdog/sp805_wdt.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] watchdog: sp805_wdt: Drop documentation of non-existent `status` member
Posted by Lad Prabhakar 1 year ago
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>
---
 drivers/watchdog/sp805_wdt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c
index 109e2e37e8f0..7a1c7b42f9ef 100644
--- a/drivers/watchdog/sp805_wdt.c
+++ b/drivers/watchdog/sp805_wdt.c
@@ -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 {
-- 
2.43.0
Re: [PATCH] watchdog: sp805_wdt: Drop documentation of non-existent `status` member
Posted by Guenter Roeck 1 year ago
On 12/13/24 11:28, Lad Prabhakar wrote:
> 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>

Guenter