mirror of https://gitee.com/openkylin/linux.git
drivers: net: phy: Fix spelling in comment defalut to default
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>
This commit is contained in:
parent
0ad41b244c
commit
85bec4bc91
|
@ -696,7 +696,7 @@ static void marvell_config_led(struct phy_device *phydev)
|
||||||
|
|
||||||
static int marvell_config_init(struct phy_device *phydev)
|
static int marvell_config_init(struct phy_device *phydev)
|
||||||
{
|
{
|
||||||
/* Set defalut LED */
|
/* Set default LED */
|
||||||
marvell_config_led(phydev);
|
marvell_config_led(phydev);
|
||||||
|
|
||||||
/* Set registers from marvell,reg-init DT property */
|
/* Set registers from marvell,reg-init DT property */
|
||||||
|
|
Loading…
Reference in New Issue