linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: rsnd: fix semicolon.cocci warnings
       [not found] <201704211352.6upmfN4z%fengguang.wu@intel.com>
@ 2017-04-21  5:02 ` kbuild test robot
  2017-04-21  5:06   ` Kuninori Morimoto
  2017-04-21 17:28   ` Applied "ASoC: rsnd: fix semicolon.cocci warnings" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: kbuild test robot @ 2017-04-21  5:02 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: kbuild-all, Mark Brown, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Wolfram Sang, alsa-devel, linux-kernel

sound/soc/sh/rcar/adg.c:462:54-55: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--- a/sound/soc/sh/rcar/adg.c
+++ b/sound/soc/sh/rcar/adg.c
@@ -459,7 +459,7 @@ static void rsnd_adg_get_clkout(struct r
 	 * ADG supports BRRA/BRRB output only
 	 * this means all clkout0/1/2/3 will be same rate
 	 */
-	prop = of_find_property(np, "clock-frequency", NULL);;
+	prop = of_find_property(np, "clock-frequency", NULL);
 	req_size = prop->length / sizeof(u32);
 
 	of_property_read_u32_array(np, "clock-frequency", req_rate, req_size);

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

* Re: [PATCH] ASoC: rsnd: fix semicolon.cocci warnings
  2017-04-21  5:02 ` [PATCH] ASoC: rsnd: fix semicolon.cocci warnings kbuild test robot
@ 2017-04-21  5:06   ` Kuninori Morimoto
  2017-04-21 17:28   ` Applied "ASoC: rsnd: fix semicolon.cocci warnings" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2017-04-21  5:06 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Wolfram Sang, Takashi Iwai, Mark Brown, Linux-Kernel, Linux-ALSA,
	Liam Girdwood, Jaroslav Kysela, kbuild-all


Hi

> sound/soc/sh/rcar/adg.c:462:54-55: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Where is my brown paper bag ?

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

> ---
> 
>  adg.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/sound/soc/sh/rcar/adg.c
> +++ b/sound/soc/sh/rcar/adg.c
> @@ -459,7 +459,7 @@ static void rsnd_adg_get_clkout(struct r
>  	 * ADG supports BRRA/BRRB output only
>  	 * this means all clkout0/1/2/3 will be same rate
>  	 */
> -	prop = of_find_property(np, "clock-frequency", NULL);;
> +	prop = of_find_property(np, "clock-frequency", NULL);
>  	req_size = prop->length / sizeof(u32);
>  
>  	of_property_read_u32_array(np, "clock-frequency", req_rate, req_size);

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

* Applied "ASoC: rsnd: fix semicolon.cocci warnings" to the asoc tree
  2017-04-21  5:02 ` [PATCH] ASoC: rsnd: fix semicolon.cocci warnings kbuild test robot
  2017-04-21  5:06   ` Kuninori Morimoto
@ 2017-04-21 17:28   ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-04-21 17:28 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Fengguang Wu, Kuninori Morimoto, Mark Brown, Kuninori Morimoto,
	alsa-devel, Liam Girdwood, linux-kernel, Wolfram Sang,
	Takashi Iwai, Mark Brown, kbuild-all, alsa-devel

The patch

   ASoC: rsnd: fix semicolon.cocci warnings

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 75f9e4adb56fbb8ffaab7d316f0c02df00e4b755 Mon Sep 17 00:00:00 2001
From: kbuild test robot <fengguang.wu@intel.com>
Date: Fri, 21 Apr 2017 13:02:57 +0800
Subject: [PATCH] ASoC: rsnd: fix semicolon.cocci warnings

sound/soc/sh/rcar/adg.c:462:54-55: Unneeded semicolon

 Remove unneeded semicolon.

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

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/sh/rcar/adg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c
index 96fef91b480c..faa1a4f09766 100644
--- a/sound/soc/sh/rcar/adg.c
+++ b/sound/soc/sh/rcar/adg.c
@@ -459,7 +459,7 @@ static void rsnd_adg_get_clkout(struct rsnd_priv *priv,
 	 * ADG supports BRRA/BRRB output only
 	 * this means all clkout0/1/2/3 will be same rate
 	 */
-	prop = of_find_property(np, "clock-frequency", NULL);;
+	prop = of_find_property(np, "clock-frequency", NULL);
 	req_size = prop->length / sizeof(u32);
 
 	of_property_read_u32_array(np, "clock-frequency", req_rate, req_size);
-- 
2.11.0

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

end of thread, other threads:[~2017-04-21 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201704211352.6upmfN4z%fengguang.wu@intel.com>
2017-04-21  5:02 ` [PATCH] ASoC: rsnd: fix semicolon.cocci warnings kbuild test robot
2017-04-21  5:06   ` Kuninori Morimoto
2017-04-21 17:28   ` Applied "ASoC: rsnd: fix semicolon.cocci warnings" to the asoc tree Mark Brown

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