From: Lad Prabhakar Date: Fri, 13 Dec 2024 19:28:58 +0000 (+0000) Subject: watchdog: sp805_wdt: Drop documentation of non-existent `status` member X-Git-Tag: v6.14-rc1~88^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8d2803f559de4280c2829ad557ff60b26f24497;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Guenter Roeck Link: https://lore.kernel.org/r/20241213192858.916377-1-prabhakar.csengg@gmail.com Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c index 4400c439c7184..c2125f204a137 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 {