dmaengine: ste_dma40: fix typo in enum documentation
authorVinod Koul <vkoul@kernel.org>
Wed, 17 May 2023 06:44:34 +0000 (12:14 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 18 May 2023 11:26:38 +0000 (16:56 +0530)
commit401f022cc5a2f0c521767d82c352d83aed944834
tree3059f7f32e2543633f6b10dd81119a5abb16e741
parentef1e1c41a11d37069029bc0563c2fa6915d9880b
dmaengine: ste_dma40: fix typo in enum documentation

s/40_command/d40_command to fix the below warning reported:

drivers/dma/ste_dma40.c:151: warning: expecting prototype for enum 40_command.
Prototype was for enum d40_command instead

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20230517064434.141091-2-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ste_dma40.c