All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Cc: myungjoo.ham@samsung.com, linux-kernel@vger.kernel.org,
	patches@opensource.wolfsonmicro.com
Subject: Re: [PATCH] extcon: arizona: Remove unneeded semi-colon
Date: Wed, 20 Jul 2016 10:29:03 +0900	[thread overview]
Message-ID: <578ED3DF.6000508@samsung.com> (raw)
In-Reply-To: <1468931036-27316-1-git-send-email-ckeepax@opensource.wolfsonmicro.com>

Hi Charles,

On 2016년 07월 19일 21:23, Charles Keepax wrote:
> There is no need for a semi-colon at the end of a switch statement so
> remove it.
> 
> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> ---
>  drivers/extcon/extcon-arizona.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c
> index 1d8e0a5..be4d93d 100644
> --- a/drivers/extcon/extcon-arizona.c
> +++ b/drivers/extcon/extcon-arizona.c
> @@ -183,7 +183,7 @@ static void arizona_extcon_hp_clamp(struct arizona_extcon_info *info,
>  		if (clamp)
>  			val = ARIZONA_RMV_SHRT_HP1L;
>  		break;
> -	};
> +	}
>  
>  	snd_soc_dapm_mutex_lock(arizona->dapm);
>  
> 

Applied it.

Thanks,
Chanwoo Choi

      reply	other threads:[~2016-07-20  1:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20160719122350epcas1p250da1dbe4d9fc254b727b562034a825a@epcas1p2.samsung.com>
2016-07-19 12:23 ` [PATCH] extcon: arizona: Remove unneeded semi-colon Charles Keepax
2016-07-20  1:29   ` Chanwoo Choi [this message]

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=578ED3DF.6000508@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=ckeepax@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=patches@opensource.wolfsonmicro.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.