usb: phy: omap-otg: Space required after that ','.
authorSandhya Bankar <bankarsandhya512@gmail.com>
Tue, 31 May 2016 12:59:44 +0000 (08:59 -0400)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 21 Jun 2016 08:10:53 +0000 (11:10 +0300)
Space required after that ','.

Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/phy/phy-omap-otg.c

index c4bf2de..6f6d2a7 100644 (file)
@@ -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;