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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 82AD2EB64DC for ; Sat, 22 Jul 2023 14:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=T6k11mOYLkfbNvwnrihBbSftqSfiv0j4V030CzH71Cs=; b=Q2yLDYTmkt1ZQw QSWVlI31PI9E8I8IPFopQkETG/vYW0wzwyaCaFhONgswTyDXpV/j7j/cInR8zf3/Ky2Bi+lvVRuDf iBpPfWUoJ+2m8GjY3OOPLGcuLN39OSEQioHrs49geWuf+zbR4WWqS0WH+z7aCU9wx3Tr7Rkm5H1Pr 8JVHf8jL+wiit7iJ47krM3mqufwHOdovrdHnVRqqiwKEpbr00NAM9MGxU+6EDbsOLR96YsBR8M/DZ DobfgyGBSYxtoLpkxZCtCekx8629KukV1ntW+AdOdDUODhgB9zFex1+QJH/jBIqrtzf6Ud/75CMG1 zkpOjBCLYR76wc83LvEg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qNDdr-00Gr80-03; Sat, 22 Jul 2023 14:31:31 +0000 Received: from [2601:1c2:980:9ec0::2764] by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qNDdl-00Gr7H-0i; Sat, 22 Jul 2023 14:31:25 +0000 Message-ID: Date: Sat, 22 Jul 2023 07:31:22 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH -next] clk: sunxi-ng: Modify mismatched function name Content-Language: en-US To: Zhang Jianhua , mturquette@baylibre.com, sboyd@kernel.org, wens@csie.org, jernej.skrabec@gmail.com, samuel@sholland.org, ulf.hansson@linaro.org, mripard@kernel.org Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org References: <20230722153107.2078179-1-chris.zjh@huawei.com> From: Randy Dunlap In-Reply-To: <20230722153107.2078179-1-chris.zjh@huawei.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 7/22/23 08:31, Zhang Jianhua wrote: > No functional modification involved. > > drivers/clk/sunxi-ng/ccu_mmc_timing.c:54: warning: expecting prototype for sunxi_ccu_set_mmc_timing_mode(). Prototype was for sunxi_ccu_get_mmc_timing_mode() instead > > Fixes: f6f64ed868d3 ("clk: sunxi-ng: Add interface to query or configure MMC timing modes.") > Signed-off-by: Zhang Jianhua Reviewed-by: Randy Dunlap Thanks. > --- > drivers/clk/sunxi-ng/ccu_mmc_timing.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/sunxi-ng/ccu_mmc_timing.c b/drivers/clk/sunxi-ng/ccu_mmc_timing.c > index 23a8d44e2449..78919d7843be 100644 > --- a/drivers/clk/sunxi-ng/ccu_mmc_timing.c > +++ b/drivers/clk/sunxi-ng/ccu_mmc_timing.c > @@ -43,7 +43,7 @@ int sunxi_ccu_set_mmc_timing_mode(struct clk *clk, bool new_mode) > EXPORT_SYMBOL_GPL(sunxi_ccu_set_mmc_timing_mode); > > /** > - * sunxi_ccu_set_mmc_timing_mode: Get the current MMC clock timing mode > + * sunxi_ccu_get_mmc_timing_mode: Get the current MMC clock timing mode > * @clk: clock to query > * > * Return: %0 if the clock is in old timing mode, > %0 if it is in -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel