Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thorsten Blum and committed by
Vinod Koul
6f9669f3 0da30874

+1 -1
+1 -1
drivers/dma/sh/shdma-base.c
··· 725 725 slave_addr = ops->slave_addr(schan); 726 726 727 727 /* 728 - * Allocate the sg list dynamically as it would consumer too much stack 728 + * Allocate the sg list dynamically as it would consume too much stack 729 729 * space. 730 730 */ 731 731 sgl = kmalloc_array(sg_len, sizeof(*sgl), GFP_KERNEL);