aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6xxx/chip.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-03-20 10:44:41 +0100
committerDavid S. Miller <davem@davemloft.net>2018-03-20 12:29:57 -0400
commita708767e40ec82079f6d2b1f01acedc352fb5d57 (patch)
treeaeeb70f8b62686a5305ca4389b2d0581aabf18d9 /drivers/net/dsa/mv88e6xxx/chip.c
parentnet: dsa: mv88e6xxx: Fix name of switch 88E6141 (diff)
downloadlinux-dev-a708767e40ec82079f6d2b1f01acedc352fb5d57.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/net/dsa/mv88e6xxx/chip.c2
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);