提交 b771baf3 编写于 作者: Y Yang Li 提交者: Vinod Koul

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: NAbaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4051Signed-off-by: NYang Li <yang.lee@linux.alibaba.com>
Acked-by: NPeter Korsgaard <peter@korsgaard.com>
Link: https://lore.kernel.org/r/20230214010344.5354-1-yang.lee@linux.alibaba.comSigned-off-by: NVinod Koul <vkoul@kernel.org>
上级 91e78b25
...@@ -277,7 +277,7 @@ xdma_alloc_desc(struct xdma_chan *chan, u32 desc_num) ...@@ -277,7 +277,7 @@ xdma_alloc_desc(struct xdma_chan *chan, u32 desc_num)
/** /**
* xdma_xfer_start - Start DMA transfer * xdma_xfer_start - Start DMA transfer
* @xdma_chan: DMA channel pointer * @xchan: DMA channel pointer
*/ */
static int xdma_xfer_start(struct xdma_chan *xchan) static int xdma_xfer_start(struct xdma_chan *xchan)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册