]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: sparx5: switchdev: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:20 +0000 (13:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 19:44:29 +0000 (20:44 +0100)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/sparx5/sparx5_port.c

index 189a6a0a2e08a8a86537d16aa3a18e08336265f2..32709d21ab2f9753a5b50a3229677745ad167107 100644 (file)
@@ -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 */