From: Julia Lawall Date: Sat, 21 May 2022 11:10:20 +0000 (+0200) Subject: net: sparx5: switchdev: fix typo in comment X-Git-Tag: v5.19-rc1~159^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f36a72ae347bc922bddf9382b608afa47a25a28;p=thirdparty%2Flinux.git net: sparx5: switchdev: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/microchip/sparx5/sparx5_port.c b/drivers/net/ethernet/microchip/sparx5/sparx5_port.c index 189a6a0a2e08a..32709d21ab2f9 100644 --- a/drivers/net/ethernet/microchip/sparx5/sparx5_port.c +++ b/drivers/net/ethernet/microchip/sparx5/sparx5_port.c @@ -742,7 +742,7 @@ static int sparx5_port_pcs_low_set(struct sparx5 *sparx5, if (err) return -EINVAL; } else { - sgmii = true; /* Phy is connnected to the MAC */ + sgmii = true; /* Phy is connected to the MAC */ } /* Choose SGMII or 1000BaseX/2500BaseX PCS mode */