From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============9140817672201307726==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [PATCH] iio: humidity: fix semicolon.cocci warnings Date: Mon, 31 Aug 2020 22:17:19 +0800 Message-ID: <20200831141719.GA53937@e384e1940bed> In-Reply-To: <202008312205.ttjnLOvE%lkp@intel.com> List-Id: --===============9140817672201307726== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: kernel test robot drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 016b57638b47 ("iio: humidity: Add TI HDC20x0 support") CC: Eugene Zaikonnikov Signed-off-by: kernel test robot --- tree: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git testi= ng head: 283d2403beb406f0906cfbb2c9d7aa61cbcbbeed commit: 016b57638b4795c5421533bddf731dd106eb4cfc [34/95] iio: humidity: Add= TI HDC20x0 support hdc2010.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/iio/humidity/hdc2010.c +++ b/drivers/iio/humidity/hdc2010.c @@ -302,7 +302,7 @@ static int hdc2010_probe(struct i2c_clie if (hdc2010_update_drdy_config(data, HDC2010_AMM, 0)) dev_warn(&client->dev, "Unable to restore default AMM\n"); return ret; - }; + } = data->measurement_config =3D tmp; =20 --===============9140817672201307726==--