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 dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qLOsg-004CSt-1W for linux-arm-kernel@lists.infradead.org; Mon, 17 Jul 2023 14:07:32 +0000 Message-ID: <37848a79d953888ab2a73183b0271d18.mripard@kernel.org> Date: Mon, 17 Jul 2023 14:07:14 +0000 From: "Maxime Ripard" Subject: Re: [PATCH v4 01/11] clk: sunxi-ng: nkm: Use correct parameter name for parent HW In-Reply-To: <20230717-pll-mipi_set_rate_parent-v4-1-04acf1d39765@oltmanns.dev> References: <20230717-pll-mipi_set_rate_parent-v4-1-04acf1d39765@oltmanns.dev> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+lwn-linux-arm-kernel=archive.lwn.net@lists.infradead.org List-Archive: To: Frank Oltmanns Cc: linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, Andre Przywara , Chen-Yu Tsai , Jernej Skrabec , Maxime Ripard , Michael Turquette , Roman Beranek , Samuel Holland , Stephen Boyd On Mon, 17 Jul 2023 15:34:25 +0200, Frank Oltmanns wrote: > ccu_nkm_round_rate() takes a clk_hw as parameter "hw". Since "hw" is the > nkm clock's parent clk_hw, not the clk_hw of the nkm clock itself, > change the parameter name to "parent_hw" to make it more clear what > we're dealing with. > > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel