diff mbox series

dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"

Message ID 20190415153028.24849-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show
Series dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor" | expand

Commit Message

Colin King April 15, 2019, 3:30 p.m. UTC
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(-)

Comments

Vinod Koul April 26, 2019, 11:27 a.m. UTC | #1
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
diff mbox series

Patch

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;
 }