mirror of https://gitee.com/openkylin/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 <bgolaszewski@baylibre.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
parent
ca107e35e6
commit
08e46f18b7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue