linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: fix semicolon.cocci warnings
@ 2021-04-07 19:04 Julia Lawall
  0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2021-04-07 19:04 UTC (permalink / raw)
  To: Liam Beguin, mturquette, sboyd
  Cc: linux-clk, linux-kernel, devicetree, robh+dt, kbuild-all

From: kernel test robot <lkp@intel.com>

Remove unneeded semicolon.

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

CC: Liam Beguin <lvb@xiphos.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@inria.fr>
---

url:    https://github.com/0day-ci/linux/commits/Liam-Beguin/add-support-for-the-lmk04832/20210407-085408
base:   f40ddce88593482919761f74910f42f4b84c004b
:::::: branch date: 9 hours ago
:::::: commit date: 9 hours ago

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

--- a/drivers/clk/clk-lmk04832.c
+++ b/drivers/clk/clk-lmk04832.c
@@ -1172,7 +1172,7 @@ static int lmk04832_probe(struct spi_dev

 		lmk->clkout[reg].sysref =
 			of_property_read_bool(child, "ti,clkout-sysref");
-	};
+	}

 	lmk->regmap = devm_regmap_init_spi(spi, &regmap_config);
 	if (IS_ERR(lmk->regmap)) {

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

only message in thread, other threads:[~2021-04-07 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 19:04 [PATCH] clk: fix semicolon.cocci warnings Julia Lawall

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