From: Bartosz Golaszewski Date: Mon, 11 Feb 2019 10:36:55 +0000 (+0100) Subject: usb: ohci-da8xx: add a new line after local variables X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=08e46f18b7d04ce4892c7542e89c2de4ae359987;p=linux.git 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: Bartosz Golaszewski Acked-by: Alan Stern Signed-off-by: Sekhar Nori --- diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c index a55cbba40a5ab..c492c7e6f746e 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)