mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
dmaengine: fsl-qdma: Add missing fsl_qdma_format kerneldoc
Document '__reserved2' and 'cmd' fields of 'struct fsl_qdma_format' to fix W=1 warnings: fsl-qdma.c:169 struct member '__reserved2' not described in 'fsl_qdma_format' fsl-qdma.c:169 struct member 'cmd' not described in 'fsl_qdma_format' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250525-dma-fixes-v1-4-89d06dac9bcb@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Vinod Koul
parent
24c13df655
commit
85a4ca2902
@@ -148,6 +148,9 @@
|
||||
* @__reserved1: Reserved field.
|
||||
* @cfg8b_w1: Compound descriptor command queue origin produced
|
||||
* by qDMA and dynamic debug field.
|
||||
* @__reserved2: Reserved field.
|
||||
* @cmd: Command for QDMA (see FSL_QDMA_CMD_RWTTYPE and
|
||||
* others).
|
||||
* @data: Pointer to the memory 40-bit address, describes DMA
|
||||
* source information and DMA destination information.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user