From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f51.google.com ([209.85.220.51]:32826 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752584AbbHJOVZ (ORCPT ); Mon, 10 Aug 2015 10:21:25 -0400 Received: by pabyb7 with SMTP id yb7so107689954pab.0 for ; Mon, 10 Aug 2015 07:21:25 -0700 (PDT) Subject: Re: [PATCH v6 17/42] powerpc/powernv: Rename PE# fields in PHB To: Gavin Shan , linuxppc-dev@lists.ozlabs.org References: <1438834307-26960-1-git-send-email-gwshan@linux.vnet.ibm.com> <1438834307-26960-18-git-send-email-gwshan@linux.vnet.ibm.com> Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, benh@kernel.crashing.org, mpe@ellerman.id.au, bhelgaas@google.com, grant.likely@linaro.org, robherring2@gmail.com, panto@antoniou-consulting.com From: Alexey Kardashevskiy Message-ID: <55C8B35C.4040501@ozlabs.ru> Date: Tue, 11 Aug 2015 00:21:16 +1000 MIME-Version: 1.0 In-Reply-To: <1438834307-26960-18-git-send-email-gwshan@linux.vnet.ibm.com> Content-Type: text/plain; charset=koi8-r; format=flowed Sender: linux-pci-owner@vger.kernel.org List-ID: On 08/06/2015 02:11 PM, Gavin Shan wrote: > This renames the fields related to PE# in "struct pnv_phb" for > better reflecting of their usages as Alexey suggested. It doesn't > introduce behavioural changes. > > Signed-off-by: Gavin Shan Makes sense to move this to the beginning of the patchset as patches prior this are changing the same lines as this patch changes. -- Alexey