]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
drivers: phy: fix code documentation typo udevice_ops
authorE Shattow <e@freeshell.de>
Thu, 15 Jan 2026 00:07:15 +0000 (16:07 -0800)
committerJerome Forissier <jerome.forissier@arm.com>
Wed, 4 Feb 2026 08:01:30 +0000 (09:01 +0100)
Amend code documentation referring to udevice_ops for struct phy_ops

Fixes: 72e5016f878d ("drivers: phy: add generic PHY framework")
Signed-off-by: E Shattow <e@freeshell.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
include/generic-phy.h

index ba3321f484948852b03d96751565910eb75b5998..567dd3974ad61685dba145ba252091b4c258aea5 100644 (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).