Skip to content

Commit bc22738

Browse files
pinchartlvinodkoul
authored andcommitted
dmaengine: xilinx: dpdma: Fix kerneldoc warning
Document the struct xilinx_dpdma_chan desc field to fix a kerneldoc undocumented member warning (which can be reproduced by compiling with W=1). Signed-off-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent ea55b6a commit bc22738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma/xilinx/xilinx_dpdma.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ struct xilinx_dpdma_tx_desc {
214214
* @lock: lock to access struct xilinx_dpdma_chan
215215
* @desc_pool: descriptor allocation pool
216216
* @err_task: error IRQ bottom half handler
217+
* @desc: References to descriptors being processed
217218
* @desc.pending: Descriptor schedule to the hardware, pending execution
218219
* @desc.active: Descriptor being executed by the hardware
219220
* @xdev: DPDMA device

0 commit comments

Comments
 (0)