From: E Shattow Date: Thu, 15 Jan 2026 00:07:15 +0000 (-0800) Subject: drivers: phy: fix code documentation typo udevice_ops X-Git-Tag: v2026.04-rc2~23^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3697faeb54d2d2ee1c45897a91b4d7d40dc3f5c;p=thirdparty%2Fu-boot.git 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 --- 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).