Skip to content

Commit 401f022

Browse files
committed
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>
1 parent ef1e1c4 commit 401f022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/ste_dma40.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static const struct stedma40_chan_cfg dma40_memcpy_conf_log = {
136136
};
137137

138138
/**
139-
* enum 40_command - The different commands and/or statuses.
139+
* enum d40_command - The different commands and/or statuses.
140140
*
141141
* @D40_DMA_STOP: DMA channel command STOP or status STOPPED,
142142
* @D40_DMA_RUN: The DMA channel is RUNNING of the command RUN.

0 commit comments

Comments
 (0)