]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dmaengine: Fix typo in comment
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 19 Feb 2025 10:54:17 +0000 (11:54 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 27 Feb 2025 12:06:29 +0000 (17:36 +0530)
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>
drivers/dma/sh/shdma-base.c

index fdd41e1c226360c81cbb9155e76bcc113520dcab..6b4fce453c85c3b734566a7a59d7e67b4d121283 100644 (file)
@@ -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);