diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2018-03-20 05:44:41 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-20 12:29:57 -0400 |
commit | a708767e40ec82079f6d2b1f01acedc352fb5d57 (patch) | |
tree | aeeb70f8b62686a5305ca4389b2d0581aabf18d9 | |
parent | 79a68b2631d8ec3e149081b1ecfb23509c040b4e (diff) |
net: dsa: mv88e6xxx: Fix typo in a comment
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c index 6439f7d6c4d6..fd78378ad6b1 100644 --- a/drivers/net/dsa/mv88e6xxx/chip.c +++ b/drivers/net/dsa/mv88e6xxx/chip.c | |||
@@ -4175,7 +4175,7 @@ static int mv88e6xxx_probe(struct mdio_device *mdiodev) | |||
4175 | } | 4175 | } |
4176 | 4176 | ||
4177 | /* Has to be performed before the MDIO bus is created, because | 4177 | /* Has to be performed before the MDIO bus is created, because |
4178 | * the PHYs will link there interrupts to these interrupt | 4178 | * the PHYs will link their interrupts to these interrupt |
4179 | * controllers | 4179 | * controllers |
4180 | */ | 4180 | */ |
4181 | mutex_lock(&chip->reg_lock); | 4181 | mutex_lock(&chip->reg_lock); |