提交 e606c8b9 编写于 作者: C Colin Ian King 提交者: Vinod Koul

dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200122235237.2830344-1-colin.king@canonical.comSigned-off-by: NVinod Koul <vkoul@kernel.org>
上级 c3c431de
...@@ -1198,7 +1198,7 @@ static int s3c24xx_dma_probe(struct platform_device *pdev) ...@@ -1198,7 +1198,7 @@ static int s3c24xx_dma_probe(struct platform_device *pdev)
/* Basic sanity check */ /* Basic sanity check */
if (pdata->num_phy_channels > MAX_DMA_CHANNELS) { if (pdata->num_phy_channels > MAX_DMA_CHANNELS) {
dev_err(&pdev->dev, "to many dma channels %d, max %d\n", dev_err(&pdev->dev, "too many dma channels %d, max %d\n",
pdata->num_phy_channels, MAX_DMA_CHANNELS); pdata->num_phy_channels, MAX_DMA_CHANNELS);
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册