dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 14 Oct 2023 21:16:57 +0000 (23:16 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 16 Oct 2023 06:56:57 +0000 (12:26 +0530)
commitc1939c2f76d7971b0a02cad0d1d1e9d44ac37cfc
tree3a385291b48ff508e0e957cfc4bea62e28aa4118
parent8bf914570650ec5858e18554d70d2838cef01de1
dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()

Since commit cc99582d46b4 ("dmaengine: xilinx: xilinx_dma: Convert to
platform remove callback returning void") xilinx_dma_remove() doesn't
return zero any more. As the function has no return value any more, just
drop the statement about the return value.

Reported-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20231014211656.1512016-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dma.c