linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix semicolon.cocci warnings
  2016-06-07 15:26 [linuxtv-media:master 185/203] drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon kbuild test robot
@ 2016-06-07 15:26 ` kbuild test robot
  2016-06-08  2:56   ` Abylay Ospan
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2016-06-07 15:26 UTC (permalink / raw)
  Cc: kbuild-all, linux-media, Mauro Carvalho Chehab, Abylay Ospan

drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--- a/drivers/media/dvb-frontends/helene.c
+++ b/drivers/media/dvb-frontends/helene.c
@@ -747,7 +747,7 @@ static int helene_set_params(struct dvb_
 		data[6] = 0x78;
 		data[7] = 0x08;
 		data[8] = 0x30;
-	};
+	}
 	helene_write_regs(priv, 0x5E, data, 9);
 
 	/* LT_AMP_EN should be 0 */

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

* [linuxtv-media:master 185/203] drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon
@ 2016-06-07 15:26 kbuild test robot
  2016-06-07 15:26 ` [PATCH] fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2016-06-07 15:26 UTC (permalink / raw)
  Cc: kbuild-all, linux-media, Mauro Carvalho Chehab, Abylay Ospan

tree:   git://linuxtv.org/media_tree.git master
head:   4cf11a481f0be471e069d2e61372875e0f12c166
commit: 2dc1ed4edbac1d08e5bb73ae4a00a592011bde64 [185/203] [media] Add support Sony HELENE Sat/Ter Tuner


coccinelle warnings: (new ones prefixed by >>)

>> drivers/media/dvb-frontends/helene.c:750:2-3: 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

* Re: [PATCH] fix semicolon.cocci warnings
  2016-06-07 15:26 ` [PATCH] fix semicolon.cocci warnings kbuild test robot
@ 2016-06-08  2:56   ` Abylay Ospan
  0 siblings, 0 replies; 3+ messages in thread
From: Abylay Ospan @ 2016-06-08  2:56 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, linux-media, Mauro Carvalho Chehab

Acked-by: Abylay Ospan <aospan@netup.ru>


2016-06-07 11:26 GMT-04:00 kbuild test robot <fengguang.wu@intel.com>:
> drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon
>
>
>  Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Abylay Ospan <aospan@netup.ru>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
>
>  helene.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/media/dvb-frontends/helene.c
> +++ b/drivers/media/dvb-frontends/helene.c
> @@ -747,7 +747,7 @@ static int helene_set_params(struct dvb_
>                 data[6] = 0x78;
>                 data[7] = 0x08;
>                 data[8] = 0x30;
> -       };
> +       }
>         helene_write_regs(priv, 0x5E, data, 9);
>
>         /* LT_AMP_EN should be 0 */



-- 
Abylay Ospan,
NetUP Inc.
http://www.netup.tv

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

end of thread, other threads:[~2016-06-08  2:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07 15:26 [linuxtv-media:master 185/203] drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon kbuild test robot
2016-06-07 15:26 ` [PATCH] fix semicolon.cocci warnings kbuild test robot
2016-06-08  2:56   ` Abylay Ospan

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).