dmaengine: xilinx: dpdma: fix kernel-doc
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 9 Jun 2021 07:14:53 +0000 (15:14 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 16 Jun 2021 10:42:59 +0000 (16:12 +0530)
commitce939833b828dd472b278a9173361c7beaeb5b11
tree4e9ea812ff3b6205f645e8e606e07c3c8f94c4d5
parent94b4cd7c5fc0dd6858a046b00ca729fb0512b9ba
dmaengine: xilinx: dpdma: fix kernel-doc

Fix function name in xilinx/xilinx_dpdma.c comment to remove
a warning found by kernel-doc.

drivers/dma/xilinx/xilinx_dpdma.c:935: warning: expecting prototype for
xilinx_dpdma_chan_no_ostand(). Prototype was for
xilinx_dpdma_chan_notify_no_ostand() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/1623222893-123227-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dpdma.c