[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201029145241.1151e1ca@archlinux>
Date: Thu, 29 Oct 2020 14:52:41 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: Matt Ranostay <matt.ranostay@...sulko.com>
Cc: trix@...hat.com, Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
Alexandru Ardelean <alexandru.ardelean@...log.com>,
Linus Walleij <linus.walleij@...aro.org>,
"open list:IIO SUBSYSTEM AND DRIVERS" <linux-iio@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] iio: light: apds9960: remove unneeded semicolon
On Tue, 27 Oct 2020 21:36:17 -0700
Matt Ranostay <matt.ranostay@...sulko.com> wrote:
> On Tue, Oct 27, 2020 at 1:14 PM <trix@...hat.com> wrote:
> >
> > From: Tom Rix <trix@...hat.com>
> >
> > A semicolon is not needed after a switch statement.
> >
>
> Acked-by: Matt Ranostay <matt.ranostay@...sulko.com>
Applied to the togreg branch of iio.git. I'll push that out later as
testing for the autobuilders to poke at it.
Thanks,
Jonathan
>
> > Signed-off-by: Tom Rix <trix@...hat.com>
> > ---
> > drivers/iio/light/apds9960.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/light/apds9960.c b/drivers/iio/light/apds9960.c
> > index 9afb3fcc74e6..547e7f9d6920 100644
> > --- a/drivers/iio/light/apds9960.c
> > +++ b/drivers/iio/light/apds9960.c
> > @@ -561,7 +561,7 @@ static int apds9960_write_raw(struct iio_dev *indio_dev,
> > }
> > default:
> > return -EINVAL;
> > - };
> > + }
> >
> > return 0;
> > }
> > --
> > 2.18.1
> >
Powered by blists - more mailing lists