mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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/20200718135201.191881-2-vkoul@kernel.org Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
1c1df90871
commit
ea55b6a349
@ -295,6 +295,7 @@ static inline void dpdma_set(void __iomem *base, u32 offset, u32 set)
|
||||
|
||||
/**
|
||||
* xilinx_dpdma_sw_desc_set_dma_addrs - Set DMA addresses in the descriptor
|
||||
* @xdev: DPDMA device
|
||||
* @sw_desc: The software descriptor in which to set DMA addresses
|
||||
* @prev: The previous descriptor
|
||||
* @dma_addr: array of dma addresses
|
||||
|
Loading…
Reference in New Issue
Block a user