mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09: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:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user