Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}