mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-04 18:11:39 -04:00
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>
This commit is contained in:
committed by
Vinod Koul
parent
0da3087472
commit
6f9669f363
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user