Skip to content

Commit 85a4ca2

Browse files
krzkvinodkoul
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 24c13df commit 85a4ca2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/dma/fsl-qdma.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
* @__reserved1: Reserved field.
149149
* @cfg8b_w1: Compound descriptor command queue origin produced
150150
* by qDMA and dynamic debug field.
151+
* @__reserved2: Reserved field.
152+
* @cmd: Command for QDMA (see FSL_QDMA_CMD_RWTTYPE and
153+
* others).
151154
* @data: Pointer to the memory 40-bit address, describes DMA
152155
* source information and DMA destination information.
153156
*/

0 commit comments

Comments
 (0)