On 20/05/2014 09:41, Raphaël Poggi :
> Fix typo in dev_err.
> 
> Signed-off-by: Raphaël Poggi <[email protected]>

Acked-by: Nicolas Ferre <[email protected]>

> ---
>  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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to