linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
@ 2020-01-22  9:38 Colin King
  2020-01-22 11:09 ` Peter Ujfalusi
  2020-01-23 11:33 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-01-22  9:38 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams, Peter Ujfalusi, Grygorii Strashko, dmaengine
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There are spelling mistakes in dev_err messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/dma/ti/k3-udma.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c
index 9974e72cdc50..ea79c2df28e0 100644
--- a/drivers/dma/ti/k3-udma.c
+++ b/drivers/dma/ti/k3-udma.c
@@ -2300,7 +2300,7 @@ udma_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
 	/* static TR for remote PDMA */
 	if (udma_configure_statictr(uc, d, dev_width, burst)) {
 		dev_err(uc->ud->dev,
-			"%s: StaticTR Z is limted to maximum 4095 (%u)\n",
+			"%s: StaticTR Z is limited to maximum 4095 (%u)\n",
 			__func__, d->static_tr.bstcnt);
 
 		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,
 	/* static TR for remote PDMA */
 	if (udma_configure_statictr(uc, d, dev_width, burst)) {
 		dev_err(uc->ud->dev,
-			"%s: StaticTR Z is limted to maximum 4095 (%u)\n",
+			"%s: StaticTR Z is limited to maximum 4095 (%u)\n",
 			__func__, d->static_tr.bstcnt);
 
 		udma_free_hwdesc(uc, d);
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
  2020-01-22  9:38 [PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited" Colin King
@ 2020-01-22 11:09 ` Peter Ujfalusi
  2020-01-23 11:33 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2020-01-22 11:09 UTC (permalink / raw)
  To: Colin King, Vinod Koul, Dan Williams, Grygorii Strashko, dmaengine
  Cc: kernel-janitors, linux-kernel

Colin,

On 22/01/2020 11.38, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are spelling mistakes in dev_err messages. Fix them.

This slipped through, thanks for catching it!

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/dma/ti/k3-udma.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c
> index 9974e72cdc50..ea79c2df28e0 100644
> --- a/drivers/dma/ti/k3-udma.c
> +++ b/drivers/dma/ti/k3-udma.c
> @@ -2300,7 +2300,7 @@ udma_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
>  	/* static TR for remote PDMA */
>  	if (udma_configure_statictr(uc, d, dev_width, burst)) {
>  		dev_err(uc->ud->dev,
> -			"%s: StaticTR Z is limted to maximum 4095 (%u)\n",
> +			"%s: StaticTR Z is limited to maximum 4095 (%u)\n",
>  			__func__, d->static_tr.bstcnt);
>  
>  		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,
>  	/* static TR for remote PDMA */
>  	if (udma_configure_statictr(uc, d, dev_width, burst)) {
>  		dev_err(uc->ud->dev,
> -			"%s: StaticTR Z is limted to maximum 4095 (%u)\n",
> +			"%s: StaticTR Z is limited to maximum 4095 (%u)\n",
>  			__func__, d->static_tr.bstcnt);
>  
>  		udma_free_hwdesc(uc, d);
> 

- Péter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
  2020-01-22  9:38 [PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited" Colin King
  2020-01-22 11:09 ` Peter Ujfalusi
@ 2020-01-23 11:33 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2020-01-23 11:33 UTC (permalink / raw)
  To: Colin King
  Cc: Dan Williams, Peter Ujfalusi, Grygorii Strashko, dmaengine,
	kernel-janitors, linux-kernel

On 22-01-20, 09:38, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are spelling mistakes in dev_err messages. Fix them.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-23 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22  9:38 [PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited" Colin King
2020-01-22 11:09 ` Peter Ujfalusi
2020-01-23 11:33 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).