Commit d317d32b authored by Colin Ian King's avatar Colin Ian King Committed by Vinod Koul

dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"

Trivial fix to spelling mistake in dev_err error message text and make
channel plural.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent bbb5a4e1
...@@ -1521,7 +1521,7 @@ static struct dma_chan *stm32_mdma_of_xlate(struct of_phandle_args *dma_spec, ...@@ -1521,7 +1521,7 @@ static struct dma_chan *stm32_mdma_of_xlate(struct of_phandle_args *dma_spec,
c = dma_get_any_slave_channel(&dmadev->ddev); c = dma_get_any_slave_channel(&dmadev->ddev);
if (!c) { if (!c) {
dev_err(mdma2dev(dmadev), "No more channel avalaible\n"); dev_err(mdma2dev(dmadev), "No more channels available\n");
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment