net: phy: broadcom: fix checkpatch complains about tabs

This patch makes checkpatch happy for tabs

Signed-off-by: Kevin Lo <kevlo@kevlo.org>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Kevin Lo 2020-05-16 10:09:26 +08:00 committed by David S. Miller
parent ea6119aa67
commit 6f42a29305
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}