Skip to content

Commit ea55b6a

Browse files
committed
dmaengine: xilinx: dpdma: add missing kernel doc
xilinx_dpdma_sw_desc_set_dma_addrs() documentation is missing describing 'xdev', so add it drivers/dma/xilinx/xilinx_dpdma.c:313: warning: Function parameter or member 'xdev' not described in 'xilinx_dpdma_sw_desc_set_dma_addrs' Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
1 parent 1c1df90 commit ea55b6a

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
@@ -295,6 +295,7 @@ static inline void dpdma_set(void __iomem *base, u32 offset, u32 set)
295295

296296
/**
297297
* xilinx_dpdma_sw_desc_set_dma_addrs - Set DMA addresses in the descriptor
298+
* @xdev: DPDMA device
298299
* @sw_desc: The software descriptor in which to set DMA addresses
299300
* @prev: The previous descriptor
300301
* @dma_addr: array of dma addresses

0 commit comments

Comments
 (0)