dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"
authorColin Ian King <colin.king@canonical.com>
Mon, 15 Apr 2019 15:30:28 +0000 (16:30 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 26 Apr 2019 11:27:15 +0000 (16:57 +0530)
There is a spelling mistake in a chan_dbg message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xgene-dma.c

index 0023236..8d174dc 100644 (file)
@@ -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;
 }