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] [day] [month] [year] [list]
Date:	Tue, 20 May 2014 10:23:57 +0200
From:	Nicolas Ferre <nicolas.ferre@...el.com>
To:	Raphaël Poggi <poggi.raph@...il.com>,
	<linux-spi@...r.kernel.org>, Mark Brown <broonie@...nel.org>
CC:	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] spi: atmel: fix typo in dev_err

On 20/05/2014 09:41, Raphaël Poggi :
> Fix typo in dev_err.
> 
> Signed-off-by: Raphaël Poggi <poggi.raph@...il.com>

Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>

> ---
>  drivers/spi/spi-atmel.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c
> index 079e6b1..7a1788b 100644
> --- a/drivers/spi/spi-atmel.c
> +++ b/drivers/spi/spi-atmel.c
> @@ -1122,7 +1122,7 @@ static int atmel_spi_one_transfer(struct spi_master *master,
>  		atmel_spi_lock(as);
>  		if (WARN_ON(ret == 0)) {
>  			dev_err(&spi->dev,
> -				"spi trasfer timeout, err %d\n", ret);
> +				"spi transfer timeout, err %d\n", ret);
>  			as->done_status = -EIO;
>  		} else {
>  			ret = 0;
> 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists