Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1410272 > unrolled thread

[PATCH] usb: phy-omap-otg: Space required after that ','.

Started bySandhya Bankar <bankarsandhya512@gmail.com>
First post2016-05-31 15:00 +0200
Last post2016-05-31 22:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] usb: phy-omap-otg: Space required after that ','. Sandhya Bankar <bankarsandhya512@gmail.com> - 2016-05-31 15:00 +0200
    Re: [PATCH] usb: phy-omap-otg: Space required after that ','. Aaro Koskinen <aaro.koskinen@iki.fi> - 2016-05-31 22:00 +0200

#1410272 — [PATCH] usb: phy-omap-otg: Space required after that ','.

FromSandhya Bankar <bankarsandhya512@gmail.com>
Date2016-05-31 15:00 +0200
Subject[PATCH] usb: phy-omap-otg: Space required after that ','.
Message-ID<rERr4-2PA-23@gated-at.bofh.it>
Space required after that ','.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
---
 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

[toc] | [next] | [standalone]


#1410572

FromAaro Koskinen <aaro.koskinen@iki.fi>
Date2016-05-31 22:00 +0200
Message-ID<rEXZw-6Uz-5@gated-at.bofh.it>
In reply to#1410272
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web