From: Uwe Kleine-König Date: Tue, 20 Mar 2018 09:44:41 +0000 (+0100) Subject: net: dsa: mv88e6xxx: Fix typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a708767e40ec82079f6d2b1f01acedc352fb5d57;p=linux.git net: dsa: mv88e6xxx: Fix typo in a comment Reviewed-by: Andrew Lunn Signed-off-by: Uwe Kleine-König Signed-off-by: David S. Miller --- diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c index 6439f7d6c4d67..fd78378ad6b10 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);