Skip to content

Commit 6c0157b

Browse files
Colin Ian Kingvinodkoul
authored andcommitted
dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
There are spelling mistakes in dev_err messages. Fix them. Signed-off-by: Colin Ian King <[email protected]> Acked-by: Peter Ujfalusi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent e606c8b commit 6c0157b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/dma/ti/k3-udma.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ udma_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
23002300
/* static TR for remote PDMA */
23012301
if (udma_configure_statictr(uc, d, dev_width, burst)) {
23022302
dev_err(uc->ud->dev,
2303-
"%s: StaticTR Z is limted to maximum 4095 (%u)\n",
2303+
"%s: StaticTR Z is limited to maximum 4095 (%u)\n",
23042304
__func__, d->static_tr.bstcnt);
23052305

23062306
udma_free_hwdesc(uc, d);
@@ -2483,7 +2483,7 @@ udma_prep_dma_cyclic(struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len,
24832483
/* static TR for remote PDMA */
24842484
if (udma_configure_statictr(uc, d, dev_width, burst)) {
24852485
dev_err(uc->ud->dev,
2486-
"%s: StaticTR Z is limted to maximum 4095 (%u)\n",
2486+
"%s: StaticTR Z is limited to maximum 4095 (%u)\n",
24872487
__func__, d->static_tr.bstcnt);
24882488

24892489
udma_free_hwdesc(uc, d);

0 commit comments

Comments
 (0)