From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754111AbcHAPpD (ORCPT ); Mon, 1 Aug 2016 11:45:03 -0400 Received: from mx2.suse.de ([195.135.220.15]:45801 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753837AbcHAPol (ORCPT ); Mon, 1 Aug 2016 11:44:41 -0400 Subject: Re: [PATCH] xen: rename xen_pmu_init() in sys-hypervisor.c To: Boris Ostrovsky , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org References: <1470051608-17080-1-git-send-email-jgross@suse.com> <60e0cea0-cb2d-8398-49bc-fa06720453b7@oracle.com> Cc: david.vrabel@citrix.com From: Juergen Gross Message-ID: Date: Mon, 1 Aug 2016 17:44:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: <60e0cea0-cb2d-8398-49bc-fa06720453b7@oracle.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/08/16 16:10, Boris Ostrovsky wrote: > On 08/01/2016 07:40 AM, Juergen Gross wrote: >> There are two functions with name xen_pmu_init() in the kernel. Rename >> the one in drivers/xen/sys-hypervisor.c to avoid shadowing the one in >> arch/x86/xen/pmu.c >> >> Signed-off-by: Juergen Gross > > While at it, how about changing xen_properties_init to > xen_sysfs_properties_init as well for consistency? I don't mind changing this name, too. Will send V2. Juergen