mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
cb50efa835
Fix comment issues detected by checkpatch. Convert C99 // comments to ordinary /* ... */ comments. Correct block comments style or convert them to single line comments. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41081
12 lines
404 B
Diff
12 lines
404 B
Diff
--- a/drivers/net/ethernet/ar231x/ar231x.c
|
|
+++ b/drivers/net/ethernet/ar231x/ar231x.c
|
|
@@ -1282,7 +1282,7 @@ static int ar231x_mdiobus_probe (struct
|
|
BUG_ON(!phydev);
|
|
BUG_ON(phydev->attached_dev);
|
|
|
|
- phydev = phy_connect(dev, dev_name(&phydev->dev), &ar231x_adjust_link, 0,
|
|
+ phydev = phy_connect(dev, dev_name(&phydev->dev), &ar231x_adjust_link,
|
|
PHY_INTERFACE_MODE_MII);
|
|
|
|
if (IS_ERR(phydev)) {
|