Commit 2a881183 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Vinod Koul

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230507144818.193039-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent b9491930
...@@ -115,11 +115,11 @@ struct phy_override_seq { ...@@ -115,11 +115,11 @@ struct phy_override_seq {
* *
* @cfg_ahb_clk: AHB2PHY interface clock * @cfg_ahb_clk: AHB2PHY interface clock
* @ref_clk: phy reference clock * @ref_clk: phy reference clock
* @iface_clk: phy interface clock
* @phy_reset: phy reset control * @phy_reset: phy reset control
* @vregs: regulator supplies bulk data * @vregs: regulator supplies bulk data
* @phy_initialized: if PHY has been initialized correctly * @phy_initialized: if PHY has been initialized correctly
* @mode: contains the current mode the PHY is in * @mode: contains the current mode the PHY is in
* @update_seq_cfg: tuning parameters for phy init
*/ */
struct qcom_snps_hsphy { struct qcom_snps_hsphy {
struct phy *phy; struct phy *phy;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment