mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 08:44:14 +08:00
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>
This commit is contained in:
parent
3d73e8fac8
commit
735c1e2511
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user