public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] drivers: phy: fix code documentation typo udevice_ops
@ 2026-01-15  0:07 E Shattow
  2026-01-15 14:22 ` Quentin Schulz
  0 siblings, 1 reply; 2+ messages in thread
From: E Shattow @ 2026-01-15  0:07 UTC (permalink / raw)
  To: Tom Rini, Jean-Jacques Hiblot, Simon Glass; +Cc: u-boot, E Shattow

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

base-commit: d503633a36767d756c7de28305cf0de79440cbc0
-- 
2.50.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-15 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15  0:07 [PATCH] drivers: phy: fix code documentation typo udevice_ops E Shattow
2026-01-15 14:22 ` Quentin Schulz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox