From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v3 1/3] PMU: make {acquire, release}_pmu_ownership names consistent Date: Wed, 17 Feb 2016 14:50:33 +0000 Message-ID: <56C488B9.8020308@citrix.com> References: <1455719856-20465-1-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455719856-20465-1-git-send-email-cardoe@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , xen-devel@lists.xen.org Cc: Kevin Tian , Keir Fraser , Jan Beulich , Aravind Gopalakrishnan , Jun Nakajima , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On 17/02/16 14:37, Doug Goldstein wrote: > The function names were inconsistent with acquire and release being > called acquire_pmu_ownership() and release_pmu_ownship() respectively. > Function prototypes were available for both spellings so this change > makes them consistent and drops the dual function prototypes. > Additionally change the internal variable names within those functions > to ownership as well. > > Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper