diff mbox series

phy: qcom-snps: Fix kerneldoc warning

Message ID 20230523115556.3460131-1-dmitry.baryshkov@linaro.org
State New
Headers show
Series phy: qcom-snps: Fix kerneldoc warning | expand

Commit Message

Dmitry Baryshkov May 23, 2023, 11:55 a.m. UTC
Ad ddocumentation to the update_seq_cfg to fix the kerneldoc warning:

drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c:136: warning: Function parameter or member 'update_seq_cfg' not described in 'qcom_snps_hsphy'

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c b/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c
index a59063596214..6fe442d0241b 100644
--- a/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c
+++ b/drivers/phy/qualcomm/phy-qcom-snps-femto-v2.c
@@ -120,6 +120,7 @@  struct phy_override_seq {
  * @vregs: regulator supplies bulk data
  * @phy_initialized: if PHY has been initialized correctly
  * @mode: contains the current mode the PHY is in
+ * @update_seq_cfg: PHY configuration bits
  */
 struct qcom_snps_hsphy {
 	struct phy *phy;