All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Tomasz Duszynski <tduszyns@gmail.com>
Cc: kbuild-all@01.org, linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	robh+dt@kernel.org, jic23@jic23.retrosnub.co.uk,
	a.brauchli@elementarea.net, Tomasz Duszynski <tduszyns@gmail.com>
Subject: [PATCH] iio: chemical: fix semicolon.cocci warnings
Date: Mon, 10 Dec 2018 12:23:13 +0800	[thread overview]
Message-ID: <20181210042312.GA90676@cairo.lkp.intel.com> (raw)
In-Reply-To: <20181206210443.21052-3-tduszyns@gmail.com>

From: kbuild test robot <fengguang.wu@intel.com>

drivers/iio/chemical/sps30.c:115:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 2453f6006a69 ("iio: chemical: add support for Sensirion SPS30 sensor")
CC: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Tomasz-Duszynski/add-support-for-Sensirion-SPS30-PM-sensor/20181209-204432
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg

 sps30.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/iio/chemical/sps30.c
+++ b/drivers/iio/chemical/sps30.c
@@ -112,7 +112,7 @@ static int sps30_do_cmd(struct sps30_sta
 		size += size / 2;
 		ret = sps30_write_then_read(state, buf, 2, buf, size);
 		break;
-	};
+	}
 
 	if (ret)
 		return ret;

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <fengguang.wu@intel.com>
Cc: kbuild-all@01.org, linux-iio@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	robh+dt@kernel.org, jic23@jic23.retrosnub.co.uk,
	a.brauchli@elementarea.net, Tomasz Duszynski <tduszyns@gmail.com>
Subject: [PATCH] iio: chemical: fix semicolon.cocci warnings
Date: Mon, 10 Dec 2018 12:23:13 +0800	[thread overview]
Message-ID: <20181210042312.GA90676@cairo.lkp.intel.com> (raw)
In-Reply-To: <20181206210443.21052-3-tduszyns@gmail.com>

From: kbuild test robot <fengguang.wu@intel.com>

drivers/iio/chemical/sps30.c:115:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 2453f6006a69 ("iio: chemical: add support for Sensirion SPS30 sensor")
CC: Tomasz Duszynski <tduszyns@gmail.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Tomasz-Duszynski/add-support-for-Sensirion-SPS30-PM-sensor/20181209-204432
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg

 sps30.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/iio/chemical/sps30.c
+++ b/drivers/iio/chemical/sps30.c
@@ -112,7 +112,7 @@ static int sps30_do_cmd(struct sps30_sta
 		size += size / 2;
 		ret = sps30_write_then_read(state, buf, 2, buf, size);
 		break;
-	};
+	}
 
 	if (ret)
 		return ret;

  parent reply	other threads:[~2018-12-10  4:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-06 21:04 [PATCH v2 0/3] add support for Sensirion SPS30 PM sensor Tomasz Duszynski
2018-12-06 21:04 ` [PATCH v2 1/3] iio: add IIO_MASSCONCENTRATION channel type Tomasz Duszynski
2018-12-08 15:47   ` Jonathan Cameron
2018-12-06 21:04 ` [PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor Tomasz Duszynski
2018-12-08 15:55   ` Jonathan Cameron
2018-12-08 20:09     ` Tomasz Duszynski
2018-12-11 18:11       ` Jonathan Cameron
2018-12-10  4:23   ` kbuild test robot
2018-12-10  4:23     ` kbuild test robot
2018-12-10  4:23   ` kbuild test robot [this message]
2018-12-10  4:23     ` [PATCH] iio: chemical: fix semicolon.cocci warnings kbuild test robot
2018-12-06 21:04 ` [PATCH v2 3/3] iio: chemical: sps30: add device tree support Tomasz Duszynski

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=20181210042312.GA90676@cairo.lkp.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=a.brauchli@elementarea.net \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@jic23.retrosnub.co.uk \
    --cc=kbuild-all@01.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=tduszyns@gmail.com \
    /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.