diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2016-02-28 19:50:59 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-01 22:41:40 (GMT) |
commit | 735c1e2511a5c4e6c451c8b3d29916c4b0fa39ae (patch) | |
tree | af1e7f0b257ac53414ffe81c7d2ca2884625749b /drivers/of/of_mdio.c | |
parent | 3d73e8fac8f84942f15307d6d9cb1dba843d3fb2 (diff) | |
download | linux-735c1e2511a5c4e6c451c8b3d29916c4b0fa39ae.tar.xz |
of_mdio: fix kernel-doc for of_phy_connect()
The 'flags' parameter of the of_phy_connect() function wasn't described
in the kernel-doc comment...
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/of/of_mdio.c')
-rw-r--r-- | drivers/of/of_mdio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/of_mdio.c b/drivers/of/of_mdio.c index 39c4be4..365dc7e 100644 --- a/drivers/of/of_mdio.c +++ b/drivers/of/of_mdio.c @@ -305,6 +305,7 @@ EXPORT_SYMBOL(of_phy_find_device); * @dev: pointer to net_device claiming the phy * @phy_np: Pointer to device tree node for the PHY * @hndlr: Link state callback for the network device + * @flags: flags to pass to the PHY * @iface: PHY data interface type * * If successful, returns a pointer to the phy_device with the embedded |