mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
dmaengine: zynqmp_dma: fix kernel doc for zynqmp_dma_remove()
The zynqmp_dma_remove() function was converted from returning int to
void, but the kernel doc comment was not updated to reflect this change.
Remove the stale "Return: Always '0'" documentation that no longer
applies to the void function.
Fixes: b1c50ac254 ("dmaengine: xilinx: zynqmp_dma: Convert to platform remove callback returning void")
Signed-off-by: Golla Nagendra <nagendra.golla@amd.com>
Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Link: https://patch.msgid.link/20260630064844.705173-3-nagendra.golla@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
516ba2d8b7
commit
f7e89cba18
|
|
@ -1159,8 +1159,6 @@ static int zynqmp_dma_probe(struct platform_device *pdev)
|
|||
/**
|
||||
* zynqmp_dma_remove - Driver remove function
|
||||
* @pdev: Pointer to the platform_device structure
|
||||
*
|
||||
* Return: Always '0'
|
||||
*/
|
||||
static void zynqmp_dma_remove(struct platform_device *pdev)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user