Skip to content

Commit

Permalink
dmaengine: Fix typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thorsten Blum authored and Vinod Koul committed Feb 27, 2025
1 parent 0da3087 commit 6f9669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/sh/shdma-base.c
Original file line number Diff line number Diff line change
@@ -725,7 +725,7 @@ static struct dma_async_tx_descriptor *shdma_prep_dma_cyclic(
slave_addr = ops->slave_addr(schan);

/*
* Allocate the sg list dynamically as it would consumer too much stack
* Allocate the sg list dynamically as it would consume too much stack
* space.
*/
sgl = kmalloc_array(sg_len, sizeof(*sgl), GFP_KERNEL);

0 comments on commit 6f9669f

Please sign in to comment.