linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aaro Koskinen <aaro.koskinen@iki.fi>
To: Sandhya Bankar <bankarsandhya512@gmail.com>
Cc: balbi@kernel.org, gregkh@linuxfoundation.org,
	linux-usb@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: phy-omap-otg: Space required after that ','.
Date: Tue, 31 May 2016 22:58:45 +0300	[thread overview]
Message-ID: <20160531195845.GA5218@raspberrypi.musicnaut.iki.fi> (raw)
In-Reply-To: <20160531125944.GA19123@sandhya>

Hi,

On Tue, May 31, 2016 at 08:59:44AM -0400, Sandhya Bankar wrote:
> Space required after that ','.
> 
> Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>

Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi>

A.

> ---
>  drivers/usb/phy/phy-omap-otg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/phy/phy-omap-otg.c b/drivers/usb/phy/phy-omap-otg.c
> index c4bf2de..6f6d2a7 100644
> --- a/drivers/usb/phy/phy-omap-otg.c
> +++ b/drivers/usb/phy/phy-omap-otg.c
> @@ -148,7 +148,7 @@ static int omap_otg_remove(struct platform_device *pdev)
>  	struct otg_device *otg_dev = platform_get_drvdata(pdev);
>  	struct extcon_dev *edev = otg_dev->extcon;
>  
> -	extcon_unregister_notifier(edev, EXTCON_USB_HOST,&otg_dev->id_nb);
> +	extcon_unregister_notifier(edev, EXTCON_USB_HOST, &otg_dev->id_nb);
>  	extcon_unregister_notifier(edev, EXTCON_USB, &otg_dev->vbus_nb);
>  
>  	return 0;
> -- 
> 1.8.3.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2016-05-31 19:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31 12:59 [PATCH] usb: phy-omap-otg: Space required after that ',' Sandhya Bankar
2016-05-31 19:58 ` Aaro Koskinen [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=20160531195845.GA5218@raspberrypi.musicnaut.iki.fi \
    --to=aaro.koskinen@iki.fi \
    --cc=balbi@kernel.org \
    --cc=bankarsandhya512@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.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;
as well as URLs for NNTP newsgroup(s).