]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: altera-msgdma: Fixed some inconsistent function name descriptions
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 6 Jul 2022 08:26:05 +0000 (16:26 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 6 Jul 2022 16:30:06 +0000 (22:00 +0530)
commit414e36106d9da0c343a072d8741bc4f7b4bf23e9
tree513903309d3d5090b374efd199ff8a60f3c09c46
parentdc003cb4f44dc53d2c0e8e96d0322cb352582e56
dmaengine: altera-msgdma: Fixed some inconsistent function name descriptions

Inconsistent function names describing msgdma_chan_remove() and
msgdma_dma_remove are modified to msgdma_dev_remove() and msgdma_remove().

Remove some warnings found by running scripts/kernel-doc, which is caused
by using 'make W=1'.

drivers/dma/altera-msgdma.c:927: warning: expecting prototype for msgdma_dma_remove(). Prototype was for msgdma_remove() instead.
drivers/dma/altera-msgdma.c:758: warning: expecting prototype for msgdma_chan_remove(). Prototype was for msgdma_dev_remove() instead.

Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Link: https://lore.kernel.org/r/20220706082605.114907-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/altera-msgdma.c