Skip to content

Commit b771baf

Browse files
Yang Livinodkoul
authored andcommitted
dmaengine: xilinx: xdma: Fix some kernel-doc comments
Make the description of @xdma_chan to @xchan to silence the warnings: drivers/dma/xilinx/xdma.c:283: warning: Function parameter or member 'xchan' not described in 'xdma_xfer_start' drivers/dma/xilinx/xdma.c:283: warning: Excess function parameter 'xdma_chan' description in 'xdma_xfer_start' Reported-by: Abaci Robot <abaci@linux.alibaba.com> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4051 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Acked-by: Peter Korsgaard <peter@korsgaard.com> Link: https://lore.kernel.org/r/20230214010344.5354-1-yang.lee@linux.alibaba.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 91e78b2 commit b771baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/xilinx/xdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ xdma_alloc_desc(struct xdma_chan *chan, u32 desc_num)
277277

278278
/**
279279
* xdma_xfer_start - Start DMA transfer
280-
* @xdma_chan: DMA channel pointer
280+
* @xchan: DMA channel pointer
281281
*/
282282
static int xdma_xfer_start(struct xdma_chan *xchan)
283283
{

0 commit comments

Comments
 (0)