projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad41b2
)
drivers: net: phy: Fix spelling in comment defalut to default
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Thu, 29 Oct 2020 09:55:25 +0000
(15:25 +0530)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 30 Oct 2020 21:15:06 +0000
(14:15 -0700)
Fixed spelling in comment like below:
s/defalut/default/p
This is in linux-next.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link:
https://lore.kernel.org/r/20201029095525.20200-1-unixbhaskar@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/marvell.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/marvell.c
b/drivers/net/phy/marvell.c
index 5aec673a0120b60ed25e20f981545a40f78a7516..77540f5d26226c30736a67c5e24edd8dee7baaa1 100644
(file)
--- a/
drivers/net/phy/marvell.c
+++ b/
drivers/net/phy/marvell.c
@@
-696,7
+696,7
@@
static void marvell_config_led(struct phy_device *phydev)
static int marvell_config_init(struct phy_device *phydev)
{
- /* Set defa
lu
t LED */
+ /* Set defa
ul
t LED */
marvell_config_led(phydev);
/* Set registers from marvell,reg-init DT property */