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, 22 Jan 2021 13:01:35 +0100
From:   Bartosz Golaszewski <bgolaszewski@...libre.com>
To:     Zheng Yongjun <zhengyongjun3@...wei.com>
Cc:     Linus Walleij <linus.walleij@...aro.org>,
        linux-gpio <linux-gpio@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 -next] gpio: vx855: convert comma to semicolon

On Fri, Jan 8, 2021 at 10:23 AM Zheng Yongjun <zhengyongjun3@...wei.com> wrote:
>
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
> ---
>  drivers/gpio/gpio-vx855.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-vx855.c b/drivers/gpio/gpio-vx855.c
> index 3bf397b8dfbc..69713fd5485b 100644
> --- a/drivers/gpio/gpio-vx855.c
> +++ b/drivers/gpio/gpio-vx855.c
> @@ -216,7 +216,7 @@ static void vx855gpio_gpio_setup(struct vx855_gpio *vg)
>         c->direction_output = vx855gpio_direction_output;
>         c->get = vx855gpio_get;
>         c->set = vx855gpio_set;
> -       c->set_config = vx855gpio_set_config,
> +       c->set_config = vx855gpio_set_config;
>         c->dbg_show = NULL;
>         c->base = 0;
>         c->ngpio = NR_VX855_GP;
> --
> 2.22.0
>

Applied, thanks!

Bartosz

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ