diff options
author | 2020-05-16 10:09:26 +0800 | |
---|---|---|
committer | 2020-05-16 13:38:33 -0700 | |
commit | 6f42a29305659ca6491b45939d663a0de7f197b7 (patch) | |
tree | b9a1d09579fc7c80d8bcecffe0ad35ec529b5202 | |
parent | Merge tag 'mlx5-updates-2020-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (diff) | |
download | wireguard-linux-6f42a29305659ca6491b45939d663a0de7f197b7.tar.xz wireguard-linux-6f42a29305659ca6491b45939d663a0de7f197b7.zip |
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>
-rw-r--r-- | drivers/net/phy/broadcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c index 8cd8d188542a..cd271de9609b 100644 --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c @@ -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; } |