summaryrefslogtreecommitdiffstats
path: root/drivers/net/mdio/of_mdio.c
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2021-06-01 16:18:59 +0200
committerDavid S. Miller <davem@davemloft.net>2021-06-02 02:05:05 +0200
commite65c27938d8e3dd67d55049a82f27e56ca31e728 (patch)
tree3b38f47615ca72168f97ab0bab55b27f71d2e761 /drivers/net/mdio/of_mdio.c
parentnet: usb: Fix spelling mistakes (diff)
downloadlinux-e65c27938d8e3dd67d55049a82f27e56ca31e728.tar.xz
linux-e65c27938d8e3dd67d55049a82f27e56ca31e728.zip
net: mdio: Fix spelling mistakes
informations ==> information typicaly ==> typically derrive ==> derive eventhough ==> even though Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mdio/of_mdio.c')
-rw-r--r--drivers/net/mdio/of_mdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mdio/of_mdio.c b/drivers/net/mdio/of_mdio.c
index 094494a68ddf..8e97d5b825f5 100644
--- a/drivers/net/mdio/of_mdio.c
+++ b/drivers/net/mdio/of_mdio.c
@@ -466,7 +466,7 @@ EXPORT_SYMBOL(of_phy_get_and_connect);
* of_phy_is_fixed_link() and of_phy_register_fixed_link() must
* support two DT bindings:
* - the old DT binding, where 'fixed-link' was a property with 5
- * cells encoding various informations about the fixed PHY
+ * cells encoding various information about the fixed PHY
* - the new DT binding, where 'fixed-link' is a sub-node of the
* Ethernet device.
*/