Skip to content

Commit 652aac7

Browse files
ColinIanKingkuba-moo
authored andcommitted
net: phy: dp83822: Fix typo "outout" -> "output"
There is a typo in a phydev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20250113091555.23594-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent d90e36f commit 652aac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/dp83822.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ static int dp83822_of_init_leds(struct phy_device *phydev)
762762

763763
if (dp83822->led_pin_enable[DP83822_LED_INDEX_COL_GPIO2] &&
764764
dp83822->set_gpio2_clk_out) {
765-
phydev_err(phydev, "COL(GPIO2) cannot be used as LED outout, already used as clock output\n");
765+
phydev_err(phydev, "COL(GPIO2) cannot be used as LED output, already used as clock output\n");
766766
return -EINVAL;
767767
}
768768

0 commit comments

Comments
 (0)