Commit 6f42a293 authored by Kevin Lo's avatar Kevin Lo Committed by David S. Miller

net: phy: broadcom: fix checkpatch complains about tabs

This patch makes checkpatch happy for tabs
Signed-off-by: default avatarKevin Lo <kevlo@kevlo.org>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ea6119aa
......@@ -356,7 +356,7 @@ static int bcm54811_config_init(struct phy_device *phydev)
BCM54612E_LED4_CLK125OUT_EN | reg);
if (err < 0)
return err;
}
}
return err;
}
......
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