[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201229181841.6d63213a@archlinux>
Date: Tue, 29 Dec 2020 18:18:41 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
Cc: Zheng Yongjun <zhengyongjun3@...wei.com>, jikos@...nel.org,
benjamin.tissoires@...hat.com, linux-input@...r.kernel.org,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] hid/hid-sensor-custom: convert comma to semicolon
On Mon, 14 Dec 2020 06:13:58 -0800
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com> wrote:
> On Mon, 2020-12-14 at 21:32 +0800, Zheng Yongjun wrote:
> > Replace a comma between expression statements by a semicolon.
> >
> > Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.com>
> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
Applied to the togreg branch of iio.git and pushed out as testing for
the autobuilders to see if they can break it.
Thanks,
Jonathan
>
> > ---
> > drivers/hid/hid-sensor-custom.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/hid/hid-sensor-custom.c b/drivers/hid/hid-
> > sensor-custom.c
> > index 4d25577a8573..6c47a2e7623d 100644
> > --- a/drivers/hid/hid-sensor-custom.c
> > +++ b/drivers/hid/hid-sensor-custom.c
> > @@ -728,7 +728,7 @@ static int hid_sensor_custom_dev_if_add(struct
> > hid_sensor_custom *sensor_inst)
> >
> > sensor_inst->custom_dev.minor = MISC_DYNAMIC_MINOR;
> > sensor_inst->custom_dev.name = dev_name(&sensor_inst->pdev-
> > >dev);
> > - sensor_inst->custom_dev.fops = &hid_sensor_custom_fops,
> > + sensor_inst->custom_dev.fops = &hid_sensor_custom_fops;
> > ret = misc_register(&sensor_inst->custom_dev);
> > if (ret) {
> > kfifo_free(&sensor_inst->data_fifo);
>
>
Powered by blists - more mailing lists