linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"
@ 2019-04-15 15:30 Colin King
  2019-04-26 11:27 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-04-15 15:30 UTC (permalink / raw)
  To: Dan Williams, Vinod Koul, dmaengine; +Cc: kernel-janitors, linux-kernel

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

There is a spelling mistake in a chan_dbg message, fix it.

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

diff --git a/drivers/dma/xgene-dma.c b/drivers/dma/xgene-dma.c
index 002323661d07..8d174dc5dccd 100644
--- a/drivers/dma/xgene-dma.c
+++ b/drivers/dma/xgene-dma.c
@@ -797,7 +797,7 @@ static int xgene_dma_alloc_chan_resources(struct dma_chan *dchan)
 		return -ENOMEM;
 	}
 
-	chan_dbg(chan, "Allocate descripto pool\n");
+	chan_dbg(chan, "Allocate descriptor pool\n");
 
 	return 1;
 }
-- 
2.20.1


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

* Re: [PATCH] dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"
  2019-04-15 15:30 [PATCH] dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor" Colin King
@ 2019-04-26 11:27 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2019-04-26 11:27 UTC (permalink / raw)
  To: Colin King; +Cc: Dan Williams, dmaengine, kernel-janitors, linux-kernel

On 15-04-19, 16:30, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a chan_dbg message, fix it.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2019-04-26 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15 15:30 [PATCH] dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor" Colin King
2019-04-26 11:27 ` 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).