dmaengine: xilinx: xdma: Fix some kernel-doc comments
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 14 Feb 2023 01:03:44 +0000 (09:03 +0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 17 Mar 2023 17:53:07 +0000 (23:23 +0530)
commitb771baf3988a094c5129b05f1e5eaa383f1ec185
tree8dfd84d7fcd4d656d61787a2806c8db71b8f7326
parent91e78b2585348284ef7cdb6a8736fd21389914fe
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>
drivers/dma/xilinx/xdma.c