Skip to content

Commit

Permalink
drivers: net: phy: Fix spelling in comment defalut to default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bhaskar Chowdhury authored and Jakub Kicinski committed Oct 30, 2020
1 parent 0ad41b2 commit 85bec4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/marvell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 85bec4b

Please sign in to comment.