All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Wolfram Sang <wsa-dev@sang-engineering.com>,
	Takashi Iwai <tiwai@suse.com>, Mark Brown <broonie@kernel.org>,
	Linux-Kernel <linux-kernel@vger.kernel.org>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, <kbuild-all@01.org>
Subject: Re: [PATCH] ASoC: rsnd: fix semicolon.cocci warnings
Date: Fri, 21 Apr 2017 05:06:42 +0000	[thread overview]
Message-ID: <8760hywdy0.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <20170421050257.GA35274@lkp-ivb-ep02.lkp.intel.com>


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

WARNING: multiple messages have this Message-ID (diff)
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
	Wolfram Sang <wsa-dev@sang-engineering.com>,
	Linux-Kernel <linux-kernel@vger.kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	kbuild-all@01.org, Takashi Iwai <tiwai@suse.com>
Subject: Re: [PATCH] ASoC: rsnd: fix semicolon.cocci warnings
Date: Fri, 21 Apr 2017 05:06:42 +0000	[thread overview]
Message-ID: <8760hywdy0.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <20170421050257.GA35274@lkp-ivb-ep02.lkp.intel.com>


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

  reply	other threads:[~2017-04-21  5:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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:02   ` kbuild test robot
2017-04-21  5:06   ` Kuninori Morimoto [this message]
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
2017-04-21 17:28     ` Mark Brown

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=8760hywdy0.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=fengguang.wu@intel.com \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=wsa-dev@sang-engineering.com \
    /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.