summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mdio_bus.c
diff options
context:
space:
mode:
authorPeng Li <lipeng321@huawei.com>2021-03-30 10:27:55 +0300
committerDavid S. Miller <davem@davemloft.net>2021-03-31 02:56:39 +0300
commitfec76125baf7390e1ad1354e32ee6b2f986cd01c (patch)
treed6f771e6a4793894ed5a59e3cbc4b2bbbc183242 /drivers/net/phy/mdio_bus.c
parent252b5d373564c37e35c982bdfa473ebe0dd5f30e (diff)
downloadlinux-fec76125baf7390e1ad1354e32ee6b2f986cd01c.tar.xz
net: phy: remove repeated word
Remove repeated word "to". Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mdio_bus.c')
-rw-r--r--drivers/net/phy/mdio_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c
index 823518554079..dadf75ff3ab9 100644
--- a/drivers/net/phy/mdio_bus.c
+++ b/drivers/net/phy/mdio_bus.c
@@ -510,7 +510,7 @@ static int mdiobus_create_device(struct mii_bus *bus,
* on a given bus, and attach them to the bus. Drivers should use
* mdiobus_register() rather than __mdiobus_register() unless they
* need to pass a specific owner module. MDIO devices which are not
- * PHYs will not be brought up by this function. They are expected to
+ * PHYs will not be brought up by this function. They are expected
* to be explicitly listed in DT and instantiated by of_mdiobus_register().
*
* Returns 0 on success or < 0 on error.