summaryrefslogtreecommitdiffstats
path: root/include/linux/mdio.h
diff options
context:
space:
mode:
authorFlorian Fainelli2017-01-23 06:17:32 +0100
committerDavid S. Miller2017-01-24 19:37:50 +0100
commitb70f43a16182c7dbc0779bc5bd9f621711f13eb3 (patch)
treeb2008d4a73d7040813ff50f1bca3a9881fd93e2e /include/linux/mdio.h
parentMerge branch 'stmmac-dwmac-meson8b-configurable-RGMII-TX-delay' (diff)
downloadkernel-qcow2-linux-b70f43a16182c7dbc0779bc5bd9f621711f13eb3.tar.gz
kernel-qcow2-linux-b70f43a16182c7dbc0779bc5bd9f621711f13eb3.tar.xz
kernel-qcow2-linux-b70f43a16182c7dbc0779bc5bd9f621711f13eb3.zip
net: phy: Fix typo for MDIO module boilerplate comment
The module boilerplate macro is named mdio_module_driver and not module_mdio_driver, fix that. Fixes: a9049e0c513c ("mdio: Add support for mdio drivers.") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mdio.h')
-rw-r--r--include/linux/mdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mdio.h b/include/linux/mdio.h
index b6587a4b32e7..55a80d73cfc1 100644
--- a/include/linux/mdio.h
+++ b/include/linux/mdio.h
@@ -265,7 +265,7 @@ bool mdiobus_is_registered_device(struct mii_bus *bus, int addr);
struct phy_device *mdiobus_get_phy(struct mii_bus *bus, int addr);
/**
- * module_mdio_driver() - Helper macro for registering mdio drivers
+ * mdio_module_driver() - Helper macro for registering mdio drivers
*
* Helper macro for MDIO drivers which do not do anything special in module
* init/exit. Each module may only use this macro once, and calling it