Skip to content

Commit 6f9669f

Browse files
tobluxvinodkoul
authored andcommitted
dmaengine: Fix typo in comment
s/consumer/consume/ Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Link: https://lore.kernel.org/r/20250219105419.2025-2-thorsten.blum@linux.dev Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 0da3087 commit 6f9669f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/sh/shdma-base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ static struct dma_async_tx_descriptor *shdma_prep_dma_cyclic(
725725
slave_addr = ops->slave_addr(schan);
726726

727727
/*
728-
* Allocate the sg list dynamically as it would consumer too much stack
728+
* Allocate the sg list dynamically as it would consume too much stack
729729
* space.
730730
*/
731731
sgl = kmalloc_array(sg_len, sizeof(*sgl), GFP_KERNEL);

0 commit comments

Comments
 (0)