浏览代码

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

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>
Sandhya Bankar 9 年之前
父节点
当前提交
7c8b9c3184
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/usb/phy/phy-omap-otg.c

+ 1 - 1
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;