From: E Shattow <e@freeshell.de>
To: Tom Rini <trini@konsulko.com>,
Jean-Jacques Hiblot <jjhiblot@ti.com>,
Simon Glass <sjg@chromium.org>
Cc: u-boot@lists.denx.de, E Shattow <e@freeshell.de>
Subject: [PATCH] drivers: phy: fix code documentation typo udevice_ops
Date: Wed, 14 Jan 2026 16:07:15 -0800 [thread overview]
Message-ID: <20260115000724.21472-1-e@freeshell.de> (raw)
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
next reply other threads:[~2026-01-15 0:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-15 0:07 E Shattow [this message]
2026-01-15 14:22 ` [PATCH] drivers: phy: fix code documentation typo udevice_ops Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260115000724.21472-1-e@freeshell.de \
--to=e@freeshell.de \
--cc=jjhiblot@ti.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.