mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02: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…
Reference in New Issue
Block a user