diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2018-03-20 10:44:41 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-20 17:29:57 +0100 |
commit | a708767e40ec82079f6d2b1f01acedc352fb5d57 (patch) | |
tree | aeeb70f8b62686a5305ca4389b2d0581aabf18d9 /drivers/net/dsa | |
parent | net: dsa: mv88e6xxx: Fix name of switch 88E6141 (diff) | |
download | linux-a708767e40ec82079f6d2b1f01acedc352fb5d57.tar.xz linux-a708767e40ec82079f6d2b1f01acedc352fb5d57.zip |
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>
Diffstat (limited to 'drivers/net/dsa')
-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) } /* Has to be performed before the MDIO bus is created, because - * the PHYs will link there interrupts to these interrupt + * the PHYs will link their interrupts to these interrupt * controllers */ mutex_lock(&chip->reg_lock); |