From d3697faeb54d2d2ee1c45897a91b4d7d40dc3f5c Mon Sep 17 00:00:00 2001 From: E Shattow Date: Wed, 14 Jan 2026 16:07:15 -0800 Subject: [PATCH] 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 Reviewed-by: Quentin Schulz --- include/generic-phy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.3