From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCH 10/12] PM / devfreq: Remove 'devfreq' prefix from helper function Date: Mon, 28 Aug 2017 11:24:45 +0900 Message-ID: <59A37EED.5090608@samsung.com> References: <1503538979-22693-11-git-send-email-cw00.choi@samsung.com> <1503538979-22693-1-git-send-email-cw00.choi@samsung.com> <20170828013730epcms1p1d71f5a81bb83fe1db15f36ee73da7109@epcms1p1> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:27089 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751711AbdH1CYt (ORCPT ); Sun, 27 Aug 2017 22:24:49 -0400 In-reply-to: <20170828013730epcms1p1d71f5a81bb83fe1db15f36ee73da7109@epcms1p1> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: myungjoo.ham@samsung.com, Kyungmin Park Cc: "rafael.j.wysocki@intel.com" , "chanwoo@kernel.org" , Inki Dae , "linux-kernel@vger.kernel.org" , "linux-pm@vger.kernel.org" On 2017년 08월 28일 10:37, MyungJoo Ham wrote: >> This patch just removes the 'devfreq' prefix from internal helper >> function in order to clarify the role of the following functions. >> - devfreq_get_freq_level() - get_freq_level() >> - devfreq_set_freq_table() - set_freq_table() >> >> Also, this patch changes the return value of set_freq_table() >> from 'void' to 'int' and then removes the function description >> of internal helper function. Because the internal helper function >> is used by the devfreq core. >> >> Signed-off-by: Chanwoo Choi >> --- >> drivers/devfreq/devfreq.c | 34 ++++++++++++++++------------------ >> 1 file changed, 16 insertions(+), 18 deletions(-) >> > > Acked-by: MyungJoo Ham > > > (note that you are alternating betgween two email addresses, gmail.com/samsung.com in a single series of commits) It is my mistake. On v2 patchset, I'll use the samsung.com account. Thanks. -- Best Regards, Chanwoo Choi Samsung Electronics