From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7F6FC001B0 for ; Tue, 11 Jul 2023 04:53:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229801AbjGKExx (ORCPT ); Tue, 11 Jul 2023 00:53:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229759AbjGKExw (ORCPT ); Tue, 11 Jul 2023 00:53:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1A82116 for ; Mon, 10 Jul 2023 21:53:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9008F61140 for ; Tue, 11 Jul 2023 04:53:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15287C433C7; Tue, 11 Jul 2023 04:53:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689051229; bh=ieeYaaJXqI522ZOoNP7U0EdcAYtoYQpnhRw5BD0Lnp0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V6DbQbUI3PUFPXI5Lq+zRu/lddVBBN/T1n65CS0EDZgYsI/P+KnzzqpQvWIHPs6sA J4lTy6NNB9ostzftA1Fev2Pv8mluN6mLQmDsuHVKi9h8CV0PtEzuOobELtH3HbAm1i FOAEGNx8I+tauId5Skxl65ROtaeNpbqlZeufz36AD1KsjVlIskNwFgmekPHmlxzlgy jNgiLJMcw+W97h6T7XQTpMSQyqiMlC2Y39uJ9V+3/3LCzkbeEoeuwXI0IQjYzMKD2f 9iS9Ot7ElDor2gMwnyYR9mRN8SUTmY50I+s1AcrDBVoCkHVzdlrrmVogKChy2CB4Jk 2nKkpJSGxPfGQ== Date: Tue, 11 Jul 2023 10:23:45 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH] phy: qcom-snps: Fix kerneldoc warning Message-ID: References: <20230523115556.3460131-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230523115556.3460131-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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