From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752042AbbIFM0t (ORCPT ); Sun, 6 Sep 2015 08:26:49 -0400 Received: from mail.kernel.org ([198.145.29.136]:39133 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099AbbIFM0m (ORCPT ); Sun, 6 Sep 2015 08:26:42 -0400 Date: Sun, 6 Sep 2015 20:26:06 +0800 From: Shawn Guo To: Viresh Kumar Cc: Rafael Wysocki , sboyd@codeaurora.org, linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, nm@ti.com, Pavel Machek , Bartlomiej Zolnierkiewicz , Greg Kroah-Hartman , Krzysztof Kozlowski , Kukjin Kim , Len Brown , "moderated list:ARM SUB-ARCHITECTURES" , open list , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , Russell King , Sascha Hauer , Sudeep Holla Subject: Re: [PATCH V3 2/6] PM / OPP: Rename opp init/free table routines Message-ID: <20150906122606.GT30746@tiger> References: <6bdbc2c69b18528648d5a752da0d6176825bd870.1441354424.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6bdbc2c69b18528648d5a752da0d6176825bd870.1441354424.git.viresh.kumar@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 04, 2015 at 01:47:23PM +0530, Viresh Kumar wrote: > free-table routines are opposite of init-table ones, and must be named > to make that clear. Opposite of 'init' is 'exit', but those doesn't suit > really well. > > Replace 'init' with 'add' and 'free' with 'remove'. > > Reported-by: Pavel Machek > Reviewed-by: Stephen Boyd > Signed-off-by: Viresh Kumar > --- > arch/arm/mach-imx/mach-imx6q.c | 2 +- ... > drivers/cpufreq/imx6q-cpufreq.c | 6 +++--- Acked-by: Shawn Guo