linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
@ 2020-01-22 23:52 Colin King
  2020-01-23 11:34 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-01-22 23:52 UTC (permalink / raw)
  To: Kukjin Kim, Krzysztof Kozlowski, Dan Williams, Vinod Koul,
	linux-arm-kernel, linux-samsung-soc, dmaengine
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/dma/s3c24xx-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c
index 1ed5dc1f597c..8e14c72d03f0 100644
--- 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, "too many dma channels %d, max %d\n",
 			pdata->num_phy_channels, MAX_DMA_CHANNELS);
 		return -EINVAL;
 	}
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
  2020-01-22 23:52 [PATCH] dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too" Colin King
@ 2020-01-23 11:34 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2020-01-23 11:34 UTC (permalink / raw)
  To: Colin King
  Cc: Kukjin Kim, Krzysztof Kozlowski, Dan Williams, linux-arm-kernel,
	linux-samsung-soc, dmaengine, kernel-janitors, linux-kernel

On 22-01-20, 23:52, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-23 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 23:52 [PATCH] dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too" Colin King
2020-01-23 11:34 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).