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:   Thu, 13 Jul 2023 11:12:00 +0100
From:   Lee Jones <lee@...nel.org>
To:     baomingtong001@...suo.com
Cc:     pavel@....cz, linux-leds@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] leds: cht-wcove: Remove unneeded semicolon

On Tue, 27 Jun 2023, baomingtong001@...suo.com wrote:

> ./drivers/leds/leds-cht-wcove.c:193:2-3: Unneeded semicolon
> 
> Signed-off-by: Mingtong Bao <baomingtong001@...suo.com>
> ---
>  drivers/leds/leds-cht-wcove.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Already fixed I'm afraid:

https://lore.kernel.org/all/20230531024020.106641-1-jiapeng.chong@linux.alibaba.com/

> diff --git a/drivers/leds/leds-cht-wcove.c b/drivers/leds/leds-cht-wcove.c
> index 0cfebee98910..e35a25990048 100644
> --- a/drivers/leds/leds-cht-wcove.c
> +++ b/drivers/leds/leds-cht-wcove.c
> @@ -190,7 +190,7 @@ static unsigned long cht_wc_leds_get_period(int ctrl)
>  		return 1000;
>  	case CHT_WC_LED_F_2_HZ:
>  		return 1000 / 2;
> -	};
> +	}
> 
>  	return 0;
>  }
> -- 
> 2.40.1
> 

-- 
Lee Jones [李琼斯]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ