]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: ohci-da8xx: add a new line after local variables
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 11 Feb 2019 10:36:55 +0000 (11:36 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 12 Feb 2019 07:58:40 +0000 (13:28 +0530)
Add a new line after local variables. This improves the coding style.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
drivers/usb/host/ohci-da8xx.c

index a55cbba40a5abc55a41249ad08c6cdb0d0c256df..c492c7e6f746ef7ee10f1023358e3646715f2be7 100644 (file)
@@ -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)