Skip to content

Commit 2a88118

Browse files
krzkvinodkoul
authored andcommitted
phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc
Update kerneldoc of struct qcom_snps_hsphy to fix: drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c:135: warning: Function parameter or member 'update_seq_cfg' not described in 'qcom_snps_hsphy' Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent b949193 commit 2a88118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ struct phy_override_seq {
115115
*
116116
* @cfg_ahb_clk: AHB2PHY interface clock
117117
* @ref_clk: phy reference clock
118-
* @iface_clk: phy interface clock
119118
* @phy_reset: phy reset control
120119
* @vregs: regulator supplies bulk data
121120
* @phy_initialized: if PHY has been initialized correctly
122121
* @mode: contains the current mode the PHY is in
122+
* @update_seq_cfg: tuning parameters for phy init
123123
*/
124124
struct qcom_snps_hsphy {
125125
struct phy *phy;

0 commit comments

Comments
 (0)