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:   Fri, 8 Jan 2021 15:56:44 +0200
From:   Andy Shevchenko <andriy.shevchenko@...el.com>
To:     Zheng Yongjun <zhengyongjun3@...wei.com>
Cc:     sathyanarayanan.kuppuswamy@...ux.intel.com, andy@...nel.org,
        linus.walleij@...aro.org, bgolaszewski@...libre.com,
        linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 -next] gpio: wcove: convert comma to semicolon

On Fri, Jan 08, 2021 at 05:24:13PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.

Pushed to my review and testing queue, thanks!

> Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
> ---
>  drivers/gpio/gpio-wcove.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpio/gpio-wcove.c b/drivers/gpio/gpio-wcove.c
> index b5fbba5a783a..97c5f1d01b62 100644
> --- a/drivers/gpio/gpio-wcove.c
> +++ b/drivers/gpio/gpio-wcove.c
> @@ -434,7 +434,7 @@ static int wcove_gpio_probe(struct platform_device *pdev)
>  	wg->chip.get_direction = wcove_gpio_get_direction;
>  	wg->chip.get = wcove_gpio_get;
>  	wg->chip.set = wcove_gpio_set;
> -	wg->chip.set_config = wcove_gpio_set_config,
> +	wg->chip.set_config = wcove_gpio_set_config;
>  	wg->chip.base = -1;
>  	wg->chip.ngpio = WCOVE_VGPIO_NUM;
>  	wg->chip.can_sleep = true;
> -- 
> 2.22.0
> 

-- 
With Best Regards,
Andy Shevchenko


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ