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:   Mon, 30 Oct 2017 20:45:16 +0100
From:   Jacek Anaszewski <jacek.anaszewski@...il.com>
To:     Arvind Yadav <arvind.yadav.cs@...il.com>, rpurdie@...ys.net,
        pavel@....cz
Cc:     linux-kernel@...r.kernel.org, linux-leds@...r.kernel.org
Subject: Re: [PATCH] leds: lp55xx: fix spelling mistake: 'cound' -> 'could'

Hi Arvind,

Thanks for the patch.

On 10/29/2017 06:55 AM, Arvind Yadav wrote:
> Trivial fix to spelling mistakes in 'lp5523_init_program_engine'.
> 
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@...il.com>
> ---
>  drivers/leds/leds-lp5523.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/leds/leds-lp5523.c b/drivers/leds/leds-lp5523.c
> index 924e50a..52b6f529 100644
> --- a/drivers/leds/leds-lp5523.c
> +++ b/drivers/leds/leds-lp5523.c
> @@ -323,7 +323,7 @@ static int lp5523_init_program_engine(struct lp55xx_chip *chip)
>  
>  	if (status != LP5523_ENG_STATUS_MASK) {
>  		dev_err(&chip->cl->dev,
> -			"cound not configure LED engine, status = 0x%.2x\n",
> +			"could not configure LED engine, status = 0x%.2x\n",
>  			status);
>  		ret = -1;
>  	}
> 

Applied.

-- 
Best regards,
Jacek Anaszewski

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ