Commit 85bec4bc authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Jakub Kicinski

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: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20201029095525.20200-1-unixbhaskar@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 0ad41b24
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment