diff options
| author | E Shattow <[email protected]> | 2026-01-14 16:07:15 -0800 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2026-02-04 09:01:30 +0100 |
| commit | d3697faeb54d2d2ee1c45897a91b4d7d40dc3f5c (patch) | |
| tree | f8aea9081865d38e9bac109e0aaeab1c1dccb4e6 /include | |
| parent | a8d982e1f1726254ef27bbdf362f98954ee3feb7 (diff) | |
drivers: phy: fix code documentation typo udevice_ops
Amend code documentation referring to udevice_ops for struct phy_ops
Fixes: 72e5016f878d ("drivers: phy: add generic PHY framework")
Signed-off-by: E Shattow <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/generic-phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/generic-phy.h b/include/generic-phy.h index ba3321f4849..567dd3974ad 100644 --- a/include/generic-phy.h +++ b/include/generic-phy.h @@ -52,7 +52,7 @@ struct phy { }; /* - * struct udevice_ops - set of function pointers for phy operations + * struct phy_ops - set of function pointers for phy operations * @init: operation to be performed for initializing phy (optional) * @exit: operation to be performed while exiting (optional) * @reset: reset the phy (optional). |
