diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2022-07-06 11:26:05 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-06 19:30:06 +0300 |
commit | 4348d99efa01fe030eb625495de8b9f3578b5c7d (patch) | |
tree | 513903309d3d5090b374efd199ff8a60f3c09c46 /scripts/gdb/linux/utils.py | |
parent | 01eafd4b23805890dfe8b3e639f1bf299a6dbcf5 (diff) | |
download | linux-4348d99efa01fe030eb625495de8b9f3578b5c7d.tar.xz |
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>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions