diff options
| author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-02-19 11:54:17 +0100 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-02-27 17:36:29 +0530 |
| commit | 6f9669f3634b4e85374676dfdff9181bee14567d (patch) | |
| tree | 5766133b02b7041b4e0791c36e529aa5367b6ce6 | |
| parent | 0da30874729baeb01889b0eca16cfda122687503 (diff) | |
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>
| -rw-r--r-- | drivers/dma/sh/shdma-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/sh/shdma-base.c b/drivers/dma/sh/shdma-base.c index fdd41e1c2263..6b4fce453c85 100644 --- a/drivers/dma/sh/shdma-base.c +++ b/drivers/dma/sh/shdma-base.c @@ -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); |
