mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
drivers: phy: fix code documentation typo udevice_ops
Amend code documentation referring to udevice_ops for struct phy_ops
Fixes: 72e5016f87 ("drivers: phy: add generic PHY framework")
Signed-off-by: E Shattow <e@freeshell.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
committed by
Jerome Forissier
parent
a8d982e1f1
commit
d3697faeb5
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user