projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3c431d
)
dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 22 Jan 2020 23:52:37 +0000
(23:52 +0000)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 23 Jan 2020 11:33:25 +0000
(17:03 +0530)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20200122235237.2830344-1-colin.king@canonical.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/s3c24xx-dma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/s3c24xx-dma.c
b/drivers/dma/s3c24xx-dma.c
index 1ed5dc1f597c8b64ceebd289696916cfac2060fc..8e14c72d03f056989f2eace2796596c73bc000b0 100644
(file)
--- a/
drivers/dma/s3c24xx-dma.c
+++ b/
drivers/dma/s3c24xx-dma.c
@@
-1198,7
+1198,7
@@
static int s3c24xx_dma_probe(struct platform_device *pdev)
/* Basic sanity check */
if (pdata->num_phy_channels > MAX_DMA_CHANNELS) {
- dev_err(&pdev->dev, "to many dma channels %d, max %d\n",
+ dev_err(&pdev->dev, "to
o
many dma channels %d, max %d\n",
pdata->num_phy_channels, MAX_DMA_CHANNELS);
return -EINVAL;
}