All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Andreas Brauchli <a.brauchli@elementarea.net>
Cc: linux-iio@vger.kernel.org,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>
Subject: Re: [PATCH] iio: chemical: sgp30: drop excess semicolon
Date: Tue, 22 Oct 2019 12:41:45 +0100	[thread overview]
Message-ID: <20191022124145.333998a0@archlinux> (raw)
In-Reply-To: <f7b5a222c49f82f0555eed514a95a0720f01caf1.camel@elementarea.net>

On Mon, 21 Oct 2019 10:51:35 +0200
Andreas Brauchli <a.brauchli@elementarea.net> wrote:

> ACK, lgtm. Thanks for forwarding.
> 
> 
> On Sun, 2019-10-13 at 17:54 +0100, jic23@kernel.org wrote:
> > From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > 
> > Suggested by coccinelle / coccicheck.
> > 
> > CHECK   drivers/iio/chemical/sgp30.c
> > drivers/iio/chemical/sgp30.c:486:2-3: Unneeded semicolon
> > 
> > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Andreas Brauchli <a.brauchli@elementarea.net>  
> 
> Signed-off-by: Andreas Brauchli <a.brauchli@elementarea.net>
Applied.

Thanks,

Jonathan

> 
> > ---
> >  drivers/iio/chemical/sgp30.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/iio/chemical/sgp30.c
> > b/drivers/iio/chemical/sgp30.c
> > index 8cc8fe5e356d..403e8803471a 100644
> > --- a/drivers/iio/chemical/sgp30.c
> > +++ b/drivers/iio/chemical/sgp30.c
> > @@ -483,7 +483,7 @@ static void sgp_init(struct sgp_data *data)
> >  		data->iaq_defval_skip_jiffies =
> >  			43 * data->measure_interval_jiffies;
> >  		break;
> > -	};
> > +	}
> >  }
> >  
> >  static const struct iio_info sgp_info = {  
> 


      reply	other threads:[~2019-10-22 11:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13 16:54 [PATCH] iio: chemical: sgp30: drop excess semicolon jic23
2019-10-21  8:51 ` Andreas Brauchli
2019-10-22 11:41   ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191022124145.333998a0@archlinux \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=a.brauchli@elementarea.net \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.