summaryrefslogtreecommitdiff
path: root/include/generic-phy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/generic-phy.h')
-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
*