diff mbox series

dmaengine: xilinx: dpdma: Fix kerneldoc warning

Message ID 20200722161747.30048-1-laurent.pinchart@ideasonboard.com (mailing list archive)
State Accepted
Headers show
Series dmaengine: xilinx: dpdma: Fix kerneldoc warning | expand

Commit Message

Laurent Pinchart July 22, 2020, 4:17 p.m. UTC
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>
---
 drivers/dma/xilinx/xilinx_dpdma.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Vinod Koul July 22, 2020, 4:36 p.m. UTC | #1
On 22-07-20, 19:17, Laurent Pinchart wrote:
> Document the struct xilinx_dpdma_chan desc field to fix a kerneldoc
> undocumented member warning (which can be reproduced by compiling with
> W=1).

Applied, thanks
diff mbox series

Patch

diff --git a/drivers/dma/xilinx/xilinx_dpdma.c b/drivers/dma/xilinx/xilinx_dpdma.c
index 47c9bb02ce3c..b8edd5bc065a 100644
--- a/drivers/dma/xilinx/xilinx_dpdma.c
+++ b/drivers/dma/xilinx/xilinx_dpdma.c
@@ -215,6 +215,7 @@  struct xilinx_dpdma_tx_desc {
  * @lock: lock to access struct xilinx_dpdma_chan
  * @desc_pool: descriptor allocation pool
  * @err_task: error IRQ bottom half handler
+ * @desc: References to descriptors being processed
  * @desc.pending: Descriptor schedule to the hardware, pending execution
  * @desc.active: Descriptor being executed by the hardware
  * @xdev: DPDMA device