提交 08e46f18 编写于 作者: B Bartosz Golaszewski 提交者: Sekhar Nori

usb: ohci-da8xx: add a new line after local variables

Add a new line after local variables. This improves the coding style.
Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: NAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 ca107e35
......@@ -405,6 +405,7 @@ static int ohci_da8xx_probe(struct platform_device *pdev)
struct usb_hcd *hcd;
struct resource *mem;
int error, irq;
hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev,
dev_name(&pdev->dev));
if (!hcd)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册