Skip to content

Commit

Permalink
dmaengine: xgene-dma: fix spelling mistake "descripto" -> "descriptor"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Vinod Koul committed Apr 26, 2019
1 parent ffcfc20 commit 9e1630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/xgene-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9e1630b

Please sign in to comment.