lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e642e0c4-b712-a3de-1444-0c7de6243284@ti.com>
Date:   Wed, 22 Jan 2020 13:09:50 +0200
From:   Peter Ujfalusi <peter.ujfalusi@...com>
To:     Colin King <colin.king@...onical.com>,
        Vinod Koul <vkoul@...nel.org>,
        Dan Williams <dan.j.williams@...el.com>,
        Grygorii Strashko <grygorii.strashko@...com>,
        <dmaengine@...r.kernel.org>
CC:     <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH][next] dmaengine: ti: k3-udma: fix spelling mistake
 "limted" -> "limited"

Colin,

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

This slipped through, thanks for catching it!

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

> Signed-off-by: Colin Ian King <colin.king@...onical.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ