1
0
Fork 0

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: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
hifive-unleashed-5.1
Colin Ian King 2018-04-28 23:03:52 +01:00 committed by Vinod Koul
parent bbb5a4e1e7
commit d317d32b4f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
if (!c) {
dev_err(mdma2dev(dmadev), "No more channel avalaible\n");
dev_err(mdma2dev(dmadev), "No more channels available\n");
return NULL;
}