All of lore.kernel.org
 help / color / mirror / Atom feed
* [iio:testing 34/95] drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon
@ 2020-08-31 14:17 kernel test robot
  2020-08-31 14:17 ` [PATCH] iio: humidity: fix semicolon.cocci warnings kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2020-08-31 14:17 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 731 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git testing
head:   283d2403beb406f0906cfbb2c9d7aa61cbcbbeed
commit: 016b57638b4795c5421533bddf731dd106eb4cfc [34/95] iio: humidity: Add TI HDC20x0 support
config: parisc-randconfig-c004-20200831 (attached as .config)
compiler: hppa-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 25984 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] iio: humidity: fix semicolon.cocci warnings
  2020-08-31 14:17 [iio:testing 34/95] drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon kernel test robot
@ 2020-08-31 14:17 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2020-08-31 14:17 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

From: kernel test robot <lkp@intel.com>

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 <ez@norphonic.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git testing
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 = tmp;
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-31 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 14:17 [iio:testing 34/95] drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon kernel test robot
2020-08-31 14:17 ` [PATCH] iio: humidity: fix semicolon.cocci warnings kernel test robot

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.