mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier@osg.samsung.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-kernel@vger.kernel.org, Robin Gong <b38343@freescale.com>,
	Shawn Guo <shawnguo@kernel.org>,
	linux-input@vger.kernel.org, Frank Li <Frank.Li@freescale.com>
Subject: Re: [PATCH] Input: snvs_pwrkey - remove duplicated semicolon
Date: Fri, 9 Oct 2015 15:59:56 +0200	[thread overview]
Message-ID: <5617C85C.9050604@osg.samsung.com> (raw)
In-Reply-To: <1441935339-8257-1-git-send-email-javier@osg.samsung.com>

Hello Dmitry,

On 09/11/2015 03:35 AM, Javier Martinez Canillas wrote:
> Remove the unneded semicolon since it is clearly a typo error.
> 
> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
> 
> ---
> 
>  drivers/input/keyboard/snvs_pwrkey.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/keyboard/snvs_pwrkey.c b/drivers/input/keyboard/snvs_pwrkey.c
> index 78fd24ca3813..a4db65d67e1b 100644
> --- a/drivers/input/keyboard/snvs_pwrkey.c
> +++ b/drivers/input/keyboard/snvs_pwrkey.c
> @@ -110,7 +110,7 @@ static int imx_snvs_pwrkey_probe(struct platform_device *pdev)
>  	if (!pdata)
>  		return -ENOMEM;
>  
> -	pdata->snvs = syscon_regmap_lookup_by_phandle(np, "regmap");;
> +	pdata->snvs = syscon_regmap_lookup_by_phandle(np, "regmap");
>  
>  	if (!pdata->snvs) {
>  		dev_err(&pdev->dev, "Can't get snvs syscon\n");
> 

Any comments about this patch?

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

  reply	other threads:[~2015-10-09 14:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-11  1:35 Javier Martinez Canillas
2015-10-09 13:59 ` Javier Martinez Canillas [this message]
2015-10-26  8:46 ` Dmitry Torokhov

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=5617C85C.9050604@osg.samsung.com \
    --to=javier@osg.samsung.com \
    --cc=Frank.Li@freescale.com \
    --cc=b38343@freescale.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shawnguo@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome