9
0
Fork 0

net/phy/phy.c: fix whitespace

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2013-12-25 11:50:05 +04:00 committed by Sascha Hauer
parent ce4e4eff35
commit 9bc8980590
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ int phy_driver_register(struct phy_driver *phydrv)
return register_driver(&phydrv->drv);
}
int phy_drivers_register(struct phy_driver *new_driver, int n)
{
int i, ret = 0;