Commit 1f36a72a authored by Julia Lawall's avatar Julia Lawall Committed by David S. Miller
Browse files

net: sparx5: switchdev: fix typo in comment



Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aa5334b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */