summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-05-01 21:14:17 +0300
committerJagan Teki <jagan@amarulasolutions.com>2020-05-10 23:00:49 +0300
commitcd3e01b14f34bcfb69927dc246c1de792c784468 (patch)
tree3d4196d10c4b3fed4eb3aca017b22c4eae923060 /include
parentd0847ecc9f969e6ac089e505d5c1ddedddedfcd4 (diff)
downloadu-boot-cd3e01b14f34bcfb69927dc246c1de792c784468.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/generic-phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/generic-phy.h b/include/generic-phy.h
index 55629ae0b4..6d7cf5303b 100644
--- a/include/generic-phy.h
+++ b/include/generic-phy.h
@@ -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
*
- * @node: the device node
+ * @node: The client ofnode.
* @index: The index in the list of available PHYs
* @phy: A pointer to the PHY port
*