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:   Sun, 13 Dec 2020 12:29:18 +0000
From:   Jonathan Cameron <jic23@...nel.org>
To:     Zheng Yongjun <zhengyongjun3@...wei.com>
Cc:     <tduszyns@...il.com>, <lars@...afoo.de>, <pmeerw@...erw.net>,
        <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -next] iio: chemical: pms7003: convert comma to
 semicolon

On Fri, 11 Dec 2020 16:57:00 +0800
Zheng Yongjun <zhengyongjun3@...wei.com> wrote:

> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
Applied to the togreg branch of iio.git and pushed out as testing because
of other things in that tree.

Thanks,

Jonathan

> ---
>  drivers/iio/chemical/pms7003.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/chemical/pms7003.c b/drivers/iio/chemical/pms7003.c
> index e9d4405654bc..e9857d93b307 100644
> --- a/drivers/iio/chemical/pms7003.c
> +++ b/drivers/iio/chemical/pms7003.c
> @@ -282,7 +282,7 @@ static int pms7003_probe(struct serdev_device *serdev)
>  	state->serdev = serdev;
>  	indio_dev->info = &pms7003_info;
>  	indio_dev->name = PMS7003_DRIVER_NAME;
> -	indio_dev->channels = pms7003_channels,
> +	indio_dev->channels = pms7003_channels;
>  	indio_dev->num_channels = ARRAY_SIZE(pms7003_channels);
>  	indio_dev->modes = INDIO_DIRECT_MODE;
>  	indio_dev->available_scan_masks = pms7003_scan_masks;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ