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: stratix-svc: fix make htmldocs warning

Stephen Rothwell reports htmldocs warnings when merging char-misc tree:

WARNING: drivers/firmware/stratix10-svc.c:58 This comment starts with '/**',
but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* Total number of transaction IDs, which is a combination of

WARNING: drivers/firmware/stratix10-svc.c:302 This comment starts with '/**',
but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
* svc_mem_lock protects access to the svc_data_mem list for

Fixes: bcb9f4f07061 ("firmware: stratix10-svc: Add support for async communication")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20251114153347.16001109@canb.auug.org.au/
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Link: https://patch.msgid.link/20251114185815.358423-2-dinguyen@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dinh Nguyen and committed by
Greg Kroah-Hartman
36b1cb4f 3e92fdae

+2 -2
+2 -2
drivers/firmware/stratix10-svc.c
··· 55 55 #define MAX_SDM_JOB_IDS 16 56 56 /* Number of bits used for asynchronous transaction hashing. */ 57 57 #define ASYNC_TRX_HASH_BITS 3 58 - /** 58 + /* 59 59 * Total number of transaction IDs, which is a combination of 60 60 * client ID and job ID. 61 61 */ ··· 297 297 static LIST_HEAD(svc_ctrl); 298 298 static LIST_HEAD(svc_data_mem); 299 299 300 - /** 300 + /* 301 301 * svc_mem_lock protects access to the svc_data_mem list for 302 302 * concurrent multi-client operations 303 303 */