[PATCHv2 1/3] firmware: stratix10-svc: fix make htmldocs warning

From: Dinh Nguyen

Date: Fri Nov 14 2025 - 13:58:25 EST


Fix this warning that was generated from "make htmldocs":

WARNING: drivers/firmware/stratix10-svc.c:58 struct member 'intel_svc_fcs'
not described in 'stratix10_svc'

Fixes: e6281c26674e ("firmware: stratix10-svc: Add support for FCS")
Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Closes: https://lore.kernel.org/linux-next/20251106145941.37920e97@xxxxxxxxxxxxxxxx/
Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx>
---
v2: add Reported by: and Closes:
---
drivers/firmware/stratix10-svc.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/stratix10-svc.c b/drivers/firmware/stratix10-svc.c
index b91f68d9ae98..ebf3a591efc6 100644
--- a/drivers/firmware/stratix10-svc.c
+++ b/drivers/firmware/stratix10-svc.c
@@ -105,6 +105,7 @@ struct stratix10_svc_chan;
/**
* struct stratix10_svc - svc private data
* @stratix10_svc_rsu: pointer to stratix10 RSU device
+ * @intel_svc_fcs: pointer to the FCS device
*/
struct stratix10_svc {
struct platform_device *stratix10_svc_rsu;
--
2.42.0.411.g813d9a9188