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 <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/20200722161747.30048-1-laurent.pinchart@ideasonboard.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent ea55b6a commit bc22738

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)