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 X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47848C433DB for ; Mon, 8 Feb 2021 09:24:18 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CAA5664E85 for ; Mon, 8 Feb 2021 09:24:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CAA5664E85 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=9/Af78txhmB++uWGVYoze7iD4XX4b/Ugy9URv6lNYOE=; b=uTTnLbejcXaugSxvdOmb2uwCx b++tr4PO7S1my3UYMCqo6686lsD4dUV7A8gIpiyyelKkUKaPlFAqJQ2N/W+a4XyWlgs6fXugkUhjs M+v4QlvAXevAWgIzNmTrvms1gFG/st3qWj2pAKB48IdHGpENm77BBq/27g6+UGF9ACkNMAfjDItAH K13HyRSqUfqrse/mDmgyHz+KHxg8pmtkYepeKc0Z6BVae9D9W+WNNQ9UuFo/I8bik3nZgRDlbSJT4 jNFkZJhBh9aKmTV0P3ugnO5qK4pPObQKYmEdJwuSgNmy0WG7K71P+fjJ5YoCj2GSARrGPtlZ22Rmz 46MvL2I3w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l92lB-00044R-7i; Mon, 08 Feb 2021 09:23:09 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l92l8-00043r-HL for linux-arm-kernel@lists.infradead.org; Mon, 08 Feb 2021 09:23:07 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0B1221FB; Mon, 8 Feb 2021 01:23:02 -0800 (PST) Received: from [10.57.5.103] (unknown [10.57.5.103]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DA0563F719; Mon, 8 Feb 2021 01:23:00 -0800 (PST) Subject: Re: [PATCH] memory: samsung: exynos5422-dmc: Correct function names in kerneldoc To: Krzysztof Kozlowski References: <20210206111715.20774-1-krzk@kernel.org> From: Lukasz Luba Message-ID: <7bb5b6af-a075-3b84-2864-1c7d75c188f0@arm.com> Date: Mon, 8 Feb 2021 09:22:59 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20210206111715.20774-1-krzk@kernel.org> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210208_042306_644195_0EAD7865 X-CRM114-Status: GOOD ( 19.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2/6/21 11:17 AM, Krzysztof Kozlowski wrote: > Correct kerneldoc to fix W=1 warnings: > > drivers/memory/samsung/exynos5422-dmc.c:290: warning: > expecting prototype for find_target_freq_id(). Prototype was for find_target_freq_idx() instead > drivers/memory/samsung/exynos5422-dmc.c:1015: warning: > expecting prototype for exynos5_dmc_align_initial_frequency(). Prototype was for exynos5_dmc_align_init_freq() instead > > Signed-off-by: Krzysztof Kozlowski Thank you Krzysztof for looking at this. LGTM Reviewed-by: Lukasz Luba Regards, Lukasz > --- > drivers/memory/samsung/exynos5422-dmc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/memory/samsung/exynos5422-dmc.c b/drivers/memory/samsung/exynos5422-dmc.c > index c5ee4121a4d2..1dabb509dec3 100644 > --- a/drivers/memory/samsung/exynos5422-dmc.c > +++ b/drivers/memory/samsung/exynos5422-dmc.c > @@ -278,7 +278,7 @@ static int exynos5_counters_disable_edev(struct exynos5_dmc *dmc) > } > > /** > - * find_target_freq_id() - Finds requested frequency in local DMC configuration > + * find_target_freq_idx() - Finds requested frequency in local DMC configuration > * @dmc: device for which the information is checked > * @target_rate: requested frequency in KHz > * > @@ -998,7 +998,7 @@ static struct devfreq_dev_profile exynos5_dmc_df_profile = { > }; > > /** > - * exynos5_dmc_align_initial_frequency() - Align initial frequency value > + * exynos5_dmc_align_init_freq() - Align initial frequency value > * @dmc: device for which the frequency is going to be set > * @bootloader_init_freq: initial frequency set by the bootloader in KHz > * > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel