Commit 9e1630b8 authored by Colin Ian King's avatar Colin Ian King Committed by Vinod Koul

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

There is a spelling mistake in a chan_dbg message, fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent ffcfc20f
...@@ -797,7 +797,7 @@ static int xgene_dma_alloc_chan_resources(struct dma_chan *dchan) ...@@ -797,7 +797,7 @@ static int xgene_dma_alloc_chan_resources(struct dma_chan *dchan)
return -ENOMEM; return -ENOMEM;
} }
chan_dbg(chan, "Allocate descripto pool\n"); chan_dbg(chan, "Allocate descriptor pool\n");
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment