From: Colin Ian King Date: Mon, 15 Apr 2019 15:30:28 +0000 (+0100) Subject: dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e1630b809ec2a6bf3248441563669fcd1e02646;p=linux.git dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor" There is a spelling mistake in a chan_dbg message, fix it. Signed-off-by: Colin Ian King Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/xgene-dma.c b/drivers/dma/xgene-dma.c index 002323661d077..8d174dc5dccd2 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; }