Skip to content

Commit e606c8b

Browse files
Colin Ian Kingvinodkoul
authored andcommitted
dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent c3c431d commit e606c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/s3c24xx-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ static int s3c24xx_dma_probe(struct platform_device *pdev)
11981198

11991199
/* Basic sanity check */
12001200
if (pdata->num_phy_channels > MAX_DMA_CHANNELS) {
1201-
dev_err(&pdev->dev, "to many dma channels %d, max %d\n",
1201+
dev_err(&pdev->dev, "too many dma channels %d, max %d\n",
12021202
pdata->num_phy_channels, MAX_DMA_CHANNELS);
12031203
return -EINVAL;
12041204
}

0 commit comments

Comments
 (0)