[RESEND PATCH] dmaengine: Fix typo in comment

Thorsten Blum posted 1 patch 10 months ago
drivers/dma/sh/shdma-base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RESEND PATCH] dmaengine: Fix typo in comment
Posted by Thorsten Blum 10 months ago
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
Re: [RESEND PATCH] dmaengine: Fix typo in comment
Posted by Vinod Koul 9 months, 3 weeks ago
On Wed, 19 Feb 2025 11:54:17 +0100, Thorsten Blum wrote:
> s/consumer/consume/
> 
> 

Applied, thanks!

[1/1] dmaengine: Fix typo in comment
      commit: 6f9669f3634b4e85374676dfdff9181bee14567d

Best regards,
-- 
~Vinod