From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1426622AbcBRWIp (ORCPT ); Thu, 18 Feb 2016 17:08:45 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:56287 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423513AbcBRWIo (ORCPT ); Thu, 18 Feb 2016 17:08:44 -0500 Date: Thu, 18 Feb 2016 14:08:41 -0800 From: Stephen Boyd To: Viresh Kumar Cc: Rafael Wysocki , Viresh Kumar , Nishanth Menon , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] PM / OPP: Rename structures for clarity Message-ID: <20160218220841.GM4847@codeaurora.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 02/16, Viresh Kumar wrote: > Stephen pointed out recently, that few structures always confuse him as > they aren't named properly. And this patch tries to address that: > > Names are updated as: > - device_opp or dev_opp -> opp_table > - dev_opp_list -> opp_tables > - dev_opp_list_lock -> opp_table_lock > - device_list_opp -> opp_device (it was never a list, but a structure) > - list_dev -> opp_dev > - And similar changes in comments and function names as well. > > This also fixes checkpatch warnings that were generated with this patch. > > No functional changes. > > Suggested-by: Stephen Boyd > Signed-off-by: Viresh Kumar > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project