]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
phy: berlin: Trivial coding style cleanup
authorMichal Simek <michal.simek@xilinx.com>
Wed, 24 Jun 2015 08:40:55 +0000 (10:40 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 25 Jul 2015 10:15:48 +0000 (15:45 +0530)
Remove unneeded space after tab.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-berlin-usb.c

index 762f0fbdc119dfab99927e3aa9fe59d5eb9f45b4..0fe0d81c29ee4c1cf8d1b4609a125dd00b1922e9 100644 (file)
@@ -208,7 +208,7 @@ static struct platform_driver phy_berlin_usb_driver = {
        .driver = {
                .name           = "phy-berlin-usb",
                .of_match_table = phy_berlin_usb_of_match,
-        },
+       },
 };
 module_platform_driver(phy_berlin_usb_driver);