[PATCH v2 1/8] usb: ohci-da8xx: add a new line after local variables

From: Bartosz Golaszewski
Date: Mon Feb 11 2019 - 05:37:15 EST


From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>

Add a new line after local variables. This improves the coding style.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
---
drivers/usb/host/ohci-da8xx.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c
index a55cbba40a5a..c492c7e6f746 100644
--- a/drivers/usb/host/ohci-da8xx.c
+++ b/drivers/usb/host/ohci-da8xx.c
@@ -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)
--
2.20.1