mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	phy: Fix node description of phy_get_by_node
node is most of device related API's are termed as device node and without device related API's are termed as ofnode. generic_phy_get_by_node API is without device API, so fixed the node description as ofnode. Cc: Neil Armstrong <narmstrong@baylibre.com> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
		| @@ -215,7 +215,7 @@ int generic_phy_get_by_index(struct udevice *user, int index, | |||||||
| /** | /** | ||||||
|  * generic_phy_get_by_node() - Get a PHY device by integer index on ofnode |  * generic_phy_get_by_node() - Get a PHY device by integer index on ofnode | ||||||
|  * |  * | ||||||
|  * @node:	the device node |  * @node:	The client ofnode. | ||||||
|  * @index:	The index in the list of available PHYs |  * @index:	The index in the list of available PHYs | ||||||
|  * @phy:	A pointer to the PHY port |  * @phy:	A pointer to the PHY port | ||||||
|  * |  * | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user