linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: phy-omap-otg: Space required after that ','.
@ 2016-05-31 12:59 Sandhya Bankar
  2016-05-31 19:58 ` Aaro Koskinen
  0 siblings, 1 reply; 2+ messages in thread
From: Sandhya Bankar @ 2016-05-31 12:59 UTC (permalink / raw)
  To: balbi, gregkh, linux-usb, linux-omap, linux-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb: phy-omap-otg: Space required after that ','.
  2016-05-31 12:59 [PATCH] usb: phy-omap-otg: Space required after that ',' Sandhya Bankar
@ 2016-05-31 19:58 ` Aaro Koskinen
  0 siblings, 0 replies; 2+ messages in thread
From: Aaro Koskinen @ 2016-05-31 19:58 UTC (permalink / raw)
  To: Sandhya Bankar; +Cc: balbi, gregkh, linux-usb, linux-omap, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-31 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31 12:59 [PATCH] usb: phy-omap-otg: Space required after that ',' Sandhya Bankar
2016-05-31 19:58 ` Aaro Koskinen

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