[PATCH] phy: rockchip: inno-usb2: fix missing kernel-doc
Vinod Koul
vkoul at kernel.org
Tue May 19 04:01:34 PDT 2026
Commit 2775541de058 ("phy: rockchip: inno-usb2: Add clkout_ctl_phy
support") added clkout_ctl_phy variable but missed to describe it,
leading to warning
Warning: drivers/phy/rockchip/phy-rockchip-inno-usb2.c:184
struct member 'clkout_ctl_phy' not described in 'rockchip_usb2phy_cfg'
Document this variable
Fixes: 2775541de058 ("phy: rockchip: inno-usb2: Add clkout_ctl_phy support")"
Signed-off-by: Vinod Koul <vkoul at kernel.org>
---
drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c b/drivers/phy/rockchip/phy-rockchip-inno-usb2.c
index 133cfd6624e8..120b4a7433c3 100644
--- a/drivers/phy/rockchip/phy-rockchip-inno-usb2.c
+++ b/drivers/phy/rockchip/phy-rockchip-inno-usb2.c
@@ -171,6 +171,7 @@ struct rockchip_usb2phy_port_cfg {
* @num_ports: specify how many ports that the phy has.
* @phy_tuning: phy default parameters tuning.
* @clkout_ctl: keep on/turn off output clk of phy.
+ * @clkout_ctl_phy: output clk phy registers
* @port_cfgs: usb-phy port configurations.
* @chg_det: charger detection registers.
*/
--
2.43.0
More information about the linux-phy
mailing list