Skip to content

Commit e697ffe

Browse files
committed
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 <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 31c66bf commit e697ffe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/phy/qualcomm/phy-qcom-qmp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2973,6 +2973,9 @@ struct qmp_phy_combo_cfg {
29732973
* @qmp: QMP phy to which this lane belongs
29742974
* @lane_rst: lane's reset controller
29752975
* @mode: current PHY mode
2976+
* @dp_aux_cfg: Display port aux config
2977+
* @dp_opts: Display port optional config
2978+
* @dp_clks: Display port clocks
29762979
*/
29772980
struct qmp_phy {
29782981
struct phy *phy;

0 commit comments

Comments
 (0)