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:
E Shattow
2026-01-14 16:07:15 -08:00
committed by Jerome Forissier
parent a8d982e1f1
commit d3697faeb5

View File

@@ -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).