public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] can: spi: hi311x: fix semicolon.cocci warnings (fwd)
@ 2016-11-14 21:36 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2016-11-14 21:36 UTC (permalink / raw)
  Cc: wg, mkl, robh+dt, mark.rutland, linux-can, netdev, devicetree,
	linux-kernel, Akshay Bhat, Akshay Bhat

 Remove unneeded semicolon.

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

CC: Akshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

It's a minor issue, but may as well fix it up now.  The tree this code is
from is as follows:

url:
https://github.com/0day-ci/linux/commits/Akshay-Bhat/can-holt_hi311x-documen
t-device-tree-bindings/20161115-034509
:::::: branch date: 2 hours ago
:::::: commit date: 2 hours ago

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

--- a/drivers/net/can/spi/hi311x.c
+++ b/drivers/net/can/spi/hi311x.c
@@ -673,7 +673,7 @@ static irqreturn_t hi3110_can_ist(int ir
 		while (!(HI3110_STAT_RXFMTY &
 			hi3110_read(spi, HI3110_READ_STATF))) {
 			hi3110_hw_rx(spi);
-		};
+		}

 		intf = hi3110_read(spi, HI3110_READ_INTF);
 		eflag = hi3110_read(spi, HI3110_READ_ERR);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-14 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 21:36 [PATCH] can: spi: hi311x: fix semicolon.cocci warnings (fwd) Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox