* [RESEND PATCH] dmaengine: Fix typo in comment
@ 2025-02-19 10:54 Thorsten Blum
2025-02-27 12:08 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2025-02-19 10:54 UTC (permalink / raw)
To: Vinod Koul, Yan Zhen, Thorsten Blum, Palmer Dabbelt
Cc: dmaengine, linux-kernel
s/consumer/consume/
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
drivers/dma/sh/shdma-base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-27 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 10:54 [RESEND PATCH] dmaengine: Fix typo in comment Thorsten Blum
2025-02-27 12:08 ` Vinod Koul
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.