linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy: qcom-snps: Fix kerneldoc warning
@ 2023-05-23 11:55 Dmitry Baryshkov
  2023-07-11  4:53 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Baryshkov @ 2023-05-23 11:55 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Vinod Koul,
	Kishon Vijay Abraham I
  Cc: Philipp Zabel, linux-arm-msm, linux-phy

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 --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;
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] phy: qcom-snps: Fix kerneldoc warning
  2023-05-23 11:55 [PATCH] phy: qcom-snps: Fix kerneldoc warning Dmitry Baryshkov
@ 2023-07-11  4:53 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2023-07-11  4:53 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Kishon Vijay Abraham I, Philipp Zabel, linux-arm-msm, linux-phy

On 23-05-23, 14:55, Dmitry Baryshkov wrote:
> Ad ddocumentation to the update_seq_cfg to fix the kerneldoc warning:

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

Already applied: 2a881183dc5a ("phy: qcom-snps: correct struct qcom_snps_hsphy kerneldoc")
-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-11  4:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23 11:55 [PATCH] phy: qcom-snps: Fix kerneldoc warning Dmitry Baryshkov
2023-07-11  4:53 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).