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

Configure Feed

Select the types of activity you want to include in your feed.

firmware: stratix10-svc: fix make htmldocs warning for stratix10_svc

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@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20251106145941.37920e97@canb.auug.org.au/
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Link: https://patch.msgid.link/20251114185815.358423-1-dinguyen@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dinh Nguyen and committed by
Greg Kroah-Hartman
377441d5 935419b9

+1
+1
drivers/firmware/stratix10-svc.c
··· 105 105 /** 106 106 * struct stratix10_svc - svc private data 107 107 * @stratix10_svc_rsu: pointer to stratix10 RSU device 108 + * @intel_svc_fcs: pointer to the FCS device 108 109 */ 109 110 struct stratix10_svc { 110 111 struct platform_device *stratix10_svc_rsu;