diff options
author | Vinod Koul <vkoul@kernel.org> | 2021-11-16 16:09:48 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-11-20 11:33:23 +0530 |
commit | e697ffe39a0df3cc0cd977059a9207cb3084ff11 (patch) | |
tree | 1387406bc836630344e78db12604626593ccd0e7 | |
parent | 31c66bfa95c14321e754ade581a65a50fd482841 (diff) | |
download | linux-stable-e697ffe39a0df3cc0cd977059a9207cb3084ff11.tar.gz linux-stable-e697ffe39a0df3cc0cd977059a9207cb3084ff11.tar.bz2 linux-stable-e697ffe39a0df3cc0cd977059a9207cb3084ff11.zip |
phy: qualcomm: qmp: Add missing struct documentation
dp-* members were added to qmp_phy_combo_cfg but documentation was
missed, so add that.
drivers/phy/qualcomm/phy-qcom-qmp.c:2995: warning: Function parameter or member 'dp_aux_cfg' not described in 'qmp_phy'
drivers/phy/qualcomm/phy-qcom-qmp.c:2995: warning: Function parameter or member 'dp_opts' not described in 'qmp_phy'
drivers/phy/qualcomm/phy-qcom-qmp.c:2995: warning: Function parameter or member 'dp_clks' not described in 'qmp_phy'
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211116103951.34482-3-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-qmp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index 456a59d8c7d0..c96639d5f581 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c @@ -2973,6 +2973,9 @@ struct qmp_phy_combo_cfg { * @qmp: QMP phy to which this lane belongs * @lane_rst: lane's reset controller * @mode: current PHY mode + * @dp_aux_cfg: Display port aux config + * @dp_opts: Display port optional config + * @dp_clks: Display port clocks */ struct qmp_phy { struct phy *phy; |