All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@inria.fr>
To: Liam Beguin <liambeguin@gmail.com>,
	mturquette@baylibre.com, sboyd@kernel.org
Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, robh+dt@kernel.org,
	kbuild-all@lists.01.org
Subject: [PATCH] clk: fix semicolon.cocci warnings
Date: Wed, 7 Apr 2021 21:04:11 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2104072102490.11549@hadrien> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Julia Lawall <julia.lawall@inria.fr>
To: kbuild-all@lists.01.org
Subject: [PATCH] clk: fix semicolon.cocci warnings
Date: Wed, 07 Apr 2021 21:04:11 +0200	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2104072102490.11549@hadrien> (raw)

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

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

             reply	other threads:[~2021-04-07 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07 19:04 Julia Lawall [this message]
2021-04-07 19:04 ` [PATCH] clk: fix semicolon.cocci warnings Julia Lawall
  -- strict thread matches above, loose matches on Subject: below --
2021-04-07  9:50 [PATCH v4 1/3] clk: add support for the lmk04832 kernel test robot
2021-04-07  9:51 ` [PATCH] clk: fix semicolon.cocci warnings kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.22.394.2104072102490.11549@hadrien \
    --to=julia.lawall@inria.fr \
    --cc=devicetree@vger.kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=liambeguin@gmail.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.