1
0
Fork 0

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 <colin.king@canonical.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
hifive-unleashed-5.2
Colin Ian King 2019-04-15 16:30:28 +01:00 committed by Vinod Koul
parent ffcfc20f74
commit 9e1630b809
1 changed files with 1 additions and 1 deletions

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