projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6119a
)
net: phy: broadcom: fix checkpatch complains about tabs
author
Kevin Lo
<kevlo@kevlo.org>
Sat, 16 May 2020 02:09:26 +0000
(10:09 +0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 16 May 2020 20:38:33 +0000
(13:38 -0700)
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>
drivers/net/phy/broadcom.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/broadcom.c
b/drivers/net/phy/broadcom.c
index
8cd8d18
..
cd271de
100644
(file)
--- 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;
}