mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 20:53:07 -04:00
net: sparx5: switchdev: fix typo in comment
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>
This commit is contained in:
committed by
David S. Miller
parent
aa5334b1f9
commit
1f36a72ae3
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user