diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2021-06-09 09:14:53 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-06-16 12:42:59 +0200 |
commit | ce939833b828dd472b278a9173361c7beaeb5b11 (patch) | |
tree | 4e9ea812ff3b6205f645e8e606e07c3c8f94c4d5 /drivers/dma/xilinx/xilinx_dpdma.c | |
parent | dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy() (diff) | |
download | linux-ce939833b828dd472b278a9173361c7beaeb5b11.tar.xz linux-ce939833b828dd472b278a9173361c7beaeb5b11.zip |
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>
Diffstat (limited to 'drivers/dma/xilinx/xilinx_dpdma.c')
-rw-r--r-- | drivers/dma/xilinx/xilinx_dpdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/xilinx/xilinx_dpdma.c b/drivers/dma/xilinx/xilinx_dpdma.c index 5834f8614a58..7fd62fde6125 100644 --- a/drivers/dma/xilinx/xilinx_dpdma.c +++ b/drivers/dma/xilinx/xilinx_dpdma.c @@ -916,7 +916,7 @@ static u32 xilinx_dpdma_chan_ostand(struct xilinx_dpdma_chan *chan) } /** - * xilinx_dpdma_chan_no_ostand - Notify no outstanding transaction event + * xilinx_dpdma_chan_notify_no_ostand - Notify no outstanding transaction event * @chan: DPDMA channel * * Notify waiters for no outstanding event, so waiters can stop the channel |