mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
dm: fix function documentation in include/dm/ofnode.h
We use Sphinx style comments to describe functions. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
d3b1ca21e2
commit
d23f290840
1 changed files with 4 additions and 4 deletions
|
@ -900,10 +900,10 @@ int ofnode_read_pci_vendev(ofnode node, u16 *vendor, u16 *device);
|
||||||
* Look at the compatible property of a device node that represents a eth phy
|
* Look at the compatible property of a device node that represents a eth phy
|
||||||
* device and extract phy vendor id and device id from it.
|
* device and extract phy vendor id and device id from it.
|
||||||
*
|
*
|
||||||
* @param node node to examine
|
* @node: node to examine
|
||||||
* @param vendor vendor id of the eth phy device
|
* @vendor: vendor id of the eth phy device
|
||||||
* @param device device id of the eth phy device
|
* @device: device id of the eth phy device
|
||||||
* @return 0 if ok, negative on error
|
* Return: 0 if ok, negative on error
|
||||||
*/
|
*/
|
||||||
int ofnode_read_eth_phy_id(ofnode node, u16 *vendor, u16 *device);
|
int ofnode_read_eth_phy_id(ofnode node, u16 *vendor, u16 *device);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue