Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08e46f18 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Sekhar Nori
Browse files

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: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent ca107e35
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -405,6 +405,7 @@ static int ohci_da8xx_probe(struct platform_device *pdev)
	struct usb_hcd	*hcd;
	struct usb_hcd	*hcd;
	struct resource *mem;
	struct resource *mem;
	int error, irq;
	int error, irq;

	hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev,
	hcd = usb_create_hcd(&ohci_da8xx_hc_driver, &pdev->dev,
				dev_name(&pdev->dev));
				dev_name(&pdev->dev));
	if (!hcd)
	if (!hcd)