Commit 2508aaed authored by Michal Simek's avatar Michal Simek Committed by Kishon Vijay Abraham I

phy: berlin: Trivial coding style cleanup

Remove unneeded space after tab.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Acked-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 456dedc9
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment