All of lore.kernel.org
 help / color / mirror / Atom feed
* [linuxtv-media:master 1136/1158] drivers/media/i2c/et8ek8/et8ek8_driver.c:1112:3-4: Unneeded semicolon
@ 2017-01-31 14:20 kbuild test robot
  2017-01-31 14:20 ` [PATCH] [media] media: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-01-31 14:20 UTC (permalink / raw)
  To: Pavel Machek
  Cc: kbuild-all, linux-media, Mauro Carvalho Chehab, Ivaylo Dimitrov,
	Sakari Ailus

tree:   git://linuxtv.org/media_tree.git master
head:   0df03379c541ec027c94b025f2ef259f243eeb58
commit: c5254e72b8edc2ca0a98703e92e8c34959343d2c [1136/1158] [media] media: Driver for Toshiba et8ek8 5MP sensor


coccinelle warnings: (new ones prefixed by >>)

>> drivers/media/i2c/et8ek8/et8ek8_driver.c:1112:3-4: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

* [PATCH] [media] media: fix semicolon.cocci warnings
  2017-01-31 14:20 [linuxtv-media:master 1136/1158] drivers/media/i2c/et8ek8/et8ek8_driver.c:1112:3-4: Unneeded semicolon kbuild test robot
@ 2017-01-31 14:20 ` kbuild test robot
  2017-01-31 21:45   ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2017-01-31 14:20 UTC (permalink / raw)
  To: Pavel Machek
  Cc: kbuild-all, linux-media, Mauro Carvalho Chehab, Ivaylo Dimitrov,
	Sakari Ailus

drivers/media/i2c/et8ek8/et8ek8_driver.c:1112:3-4: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--- a/drivers/media/i2c/et8ek8/et8ek8_driver.c
+++ b/drivers/media/i2c/et8ek8/et8ek8_driver.c
@@ -1109,7 +1109,7 @@ static int et8ek8_g_priv_mem(struct v4l2
 			if (!(status & 0x08))
 				break;
 			usleep_range(1000, 2000);
-		};
+		}
 
 		if (i == 1000)
 			return -EIO;

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

* Re: [PATCH] [media] media: fix semicolon.cocci warnings
  2017-01-31 14:20 ` [PATCH] [media] media: fix semicolon.cocci warnings kbuild test robot
@ 2017-01-31 21:45   ` Pavel Machek
  0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2017-01-31 21:45 UTC (permalink / raw)
  To: kbuild test robot
  Cc: kbuild-all, linux-media, Mauro Carvalho Chehab, Ivaylo Dimitrov,
	Sakari Ailus

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

On Tue 2017-01-31 22:20:27, kbuild test robot wrote:
> drivers/media/i2c/et8ek8/et8ek8_driver.c:1112:3-4: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 

Acked-by: Pavel Machek <pavel@ucw.cz>

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

end of thread, other threads:[~2017-01-31 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31 14:20 [linuxtv-media:master 1136/1158] drivers/media/i2c/et8ek8/et8ek8_driver.c:1112:3-4: Unneeded semicolon kbuild test robot
2017-01-31 14:20 ` [PATCH] [media] media: fix semicolon.cocci warnings kbuild test robot
2017-01-31 21:45   ` Pavel Machek

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.