linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Brauchli <a.brauchli@elementarea.net>
To: jic23@kernel.org, linux-iio@vger.kernel.org
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Subject: Re: [PATCH] iio: chemical: sgp30: drop excess semicolon
Date: Mon, 21 Oct 2019 10:51:35 +0200	[thread overview]
Message-ID: <f7b5a222c49f82f0555eed514a95a0720f01caf1.camel@elementarea.net> (raw)
In-Reply-To: <20191013165412.2090798-1-jic23@kernel.org>

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>

> ---
>  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-21  8:51 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 [this message]
2019-10-22 11:41   ` Jonathan Cameron

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=f7b5a222c49f82f0555eed514a95a0720f01caf1.camel@elementarea.net \
    --to=a.brauchli@elementarea.net \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=jic23@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).