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:   Sat, 7 Dec 2019 11:01:57 +0000
From:   Jonathan Cameron <jic23@...nel.org>
To:     Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc:     knaack.h@....de, lars@...afoo.de, pmeerw@...erw.net,
        justinpopo6@...il.com, linus.walleij@...aro.org,
        linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
        kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] iio: adc: ti-ads7950: Fix a typo in an error message

On Wed,  4 Dec 2019 07:45:35 +0100
Christophe JAILLET <christophe.jaillet@...adoo.fr> wrote:

> Fix a typo:
>    s/get get/to get/
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Applied,

Thanks,

Jonathan

> ---
>  drivers/iio/adc/ti-ads7950.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/ti-ads7950.c b/drivers/iio/adc/ti-ads7950.c
> index 2e66e4d586ff..f9edc1207f75 100644
> --- a/drivers/iio/adc/ti-ads7950.c
> +++ b/drivers/iio/adc/ti-ads7950.c
> @@ -602,7 +602,7 @@ static int ti_ads7950_probe(struct spi_device *spi)
>  
>  	st->reg = devm_regulator_get(&spi->dev, "vref");
>  	if (IS_ERR(st->reg)) {
> -		dev_err(&spi->dev, "Failed get get regulator \"vref\"\n");
> +		dev_err(&spi->dev, "Failed to get regulator \"vref\"\n");
>  		ret = PTR_ERR(st->reg);
>  		goto error_destroy_mutex;
>  	}

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ