mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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)
|
||||
{
|
||||
/* Set defalut LED */
|
||||
/* Set default LED */
|
||||
marvell_config_led(phydev);
|
||||
|
||||
/* Set registers from marvell,reg-init DT property */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user