All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cx82310_eth: fix semicolon.cocci warnings
       [not found] <201503240929.laHFIQu0%fengguang.wu@intel.com>
@ 2015-03-24  1:51 ` kbuild test robot
  2015-03-24 18:56   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2015-03-24  1:51 UTC (permalink / raw)
  To: Ondrej Zary; +Cc: kbuild-all, linux-usb, netdev, linux-kernel

drivers/net/usb/cx82310_eth.c:175:2-3: Unneeded semicolon


 Removes unneeded semicolon.

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

CC: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--- a/drivers/net/usb/cx82310_eth.c
+++ b/drivers/net/usb/cx82310_eth.c
@@ -172,7 +172,7 @@ static int cx82310_bind(struct usbnet *d
 		if (!ret && link[0] == 1 && link[2] == 1)
 			break;
 		msleep(500);
-	};
+	}
 	if (!timeout) {
 		dev_err(&udev->dev, "firmware not ready in time\n");
 		return -ETIMEDOUT;

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

* Re: [PATCH] cx82310_eth: fix semicolon.cocci warnings
  2015-03-24  1:51 ` [PATCH] cx82310_eth: fix semicolon.cocci warnings kbuild test robot
@ 2015-03-24 18:56   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-03-24 18:56 UTC (permalink / raw)
  To: fengguang.wu; +Cc: linux, kbuild-all, linux-usb, netdev, linux-kernel

From: kbuild test robot <fengguang.wu@intel.com>
Date: Tue, 24 Mar 2015 09:51:32 +0800

> drivers/net/usb/cx82310_eth.c:175:2-3: Unneeded semicolon
> 
>  Removes unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Ondrej Zary <linux@rainbow-software.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Applied, thanks.

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

end of thread, other threads:[~2015-03-24 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201503240929.laHFIQu0%fengguang.wu@intel.com>
2015-03-24  1:51 ` [PATCH] cx82310_eth: fix semicolon.cocci warnings kbuild test robot
2015-03-24 18:56   ` David Miller

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.