linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: ddbridge: fix semicolon.cocci warnings
  2017-08-20 14:17 [linuxtv-media:master 2274/2287] drivers/media/pci/ddbridge/ddbridge-maxs8.c:145:2-3: Unneeded semicolon kbuild test robot
@ 2017-08-20 14:17 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2017-08-20 14:17 UTC (permalink / raw)
  To: Daniel Scheller; +Cc: kbuild-all, linux-media, Mauro Carvalho Chehab

drivers/media/pci/ddbridge/ddbridge-maxs8.c:145:2-3: Unneeded semicolon
drivers/media/pci/ddbridge/ddbridge-maxs8.c:173:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: a43dbe430fb4 ("media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8)")
CC: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 ddbridge-maxs8.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/media/pci/ddbridge/ddbridge-maxs8.c
+++ b/drivers/media/pci/ddbridge/ddbridge-maxs8.c
@@ -142,7 +142,7 @@ static int lnb_set_tone(struct ddb *dev,
 	default:
 		s = -EINVAL;
 		break;
-	};
+	}
 	if (!s)
 		s = lnb_command(dev, link, input, LNB_CMD_NOP);
 	return s;
@@ -170,7 +170,7 @@ static int lnb_set_voltage(struct ddb *d
 	default:
 		s = -EINVAL;
 		break;
-	};
+	}
 	dev->link[link].lnb.oldvoltage[input] = voltage;
 	return s;
 }

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

* [linuxtv-media:master 2274/2287] drivers/media/pci/ddbridge/ddbridge-maxs8.c:145:2-3: Unneeded semicolon
@ 2017-08-20 14:17 kbuild test robot
  2017-08-20 14:17 ` [PATCH] media: ddbridge: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2017-08-20 14:17 UTC (permalink / raw)
  To: Daniel Scheller; +Cc: kbuild-all, linux-media, Mauro Carvalho Chehab

tree:   git://linuxtv.org/media_tree.git master
head:   4fd67c4f282d1b076a0367a15425877f33b2fc56
commit: a43dbe430fb4177ba9960dd9fe47df15c3757939 [2274/2287] media: ddbridge: support MaxLinear MXL5xx based cards (MaxS4/8)


coccinelle warnings: (new ones prefixed by >>)

>> drivers/media/pci/ddbridge/ddbridge-maxs8.c:145:2-3: Unneeded semicolon
   drivers/media/pci/ddbridge/ddbridge-maxs8.c:173: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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-20 14:17 [linuxtv-media:master 2274/2287] drivers/media/pci/ddbridge/ddbridge-maxs8.c:145:2-3: Unneeded semicolon kbuild test robot
2017-08-20 14:17 ` [PATCH] media: ddbridge: fix semicolon.cocci warnings kbuild test robot

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