Skip to content

Commit 85bec4b

Browse files
unixbhaskarkuba-moo
authored andcommitted
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 <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0ad41b2 commit 85bec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/marvell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ static void marvell_config_led(struct phy_device *phydev)
696696

697697
static int marvell_config_init(struct phy_device *phydev)
698698
{
699-
/* Set defalut LED */
699+
/* Set default LED */
700700
marvell_config_led(phydev);
701701

702702
/* Set registers from marvell,reg-init DT property */

0 commit comments

Comments
 (0)