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:
Bhaskar Chowdhury 2020-10-29 15:25:25 +05:30 committed by Jakub Kicinski
parent 0ad41b244c
commit 85bec4bc91
1 changed files with 1 additions and 1 deletions

View File

@ -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 */