All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2] dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"
  2018-04-28 22:03 ` Colin King
  (?)
  (?)
@ 2018-05-02  4:29 ` Vinod Koul
  -1 siblings, 0 replies; 8+ messages in thread
From: Vinod Koul @ 2018-05-02  4:29 UTC (permalink / raw)
  To: Colin King
  Cc: Dan Williams, Maxime Coquelin, Alexandre Torgue, dmaengine,
	linux-arm-kernel, kernel-janitors, linux-kernel

On Sat, Apr 28, 2018 at 11:03:52PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err error message text and make
> channel plural.

Applied, thanks

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [V2] dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"
@ 2018-04-28 22:03 ` Colin King
  0 siblings, 0 replies; 8+ messages in thread
From: Colin King @ 2018-04-28 22:03 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams, Maxime Coquelin, Alexandre Torgue,
	dmaengine, linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

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

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>
---
 drivers/dma/stm32-mdma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/stm32-mdma.c b/drivers/dma/stm32-mdma.c
index 1ac775f93d9e..90d9f6bd905b 100644
--- a/drivers/dma/stm32-mdma.c
+++ b/drivers/dma/stm32-mdma.c
@@ -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;
 	}
 

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

end of thread, other threads:[~2018-05-02  4:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-02  4:29 [V2] dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available" Vinod Koul
2018-05-02  4:41 ` [PATCH][V2] " Vinod Koul
2018-05-02  4:29 ` Vinod Koul
2018-05-02  4:29 ` Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2018-04-28 22:03 [V2] " Colin King
2018-04-28 22:03 ` [PATCH][V2] " Colin King
2018-04-28 22:03 ` Colin King
2018-04-28 22:03 ` Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.