From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:44848 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754599AbcJGSVa (ORCPT ); Fri, 7 Oct 2016 14:21:30 -0400 Date: Fri, 7 Oct 2016 13:21:25 -0500 From: Bjorn Helgaas To: Roy Zang Cc: Bjorn Helgaas , Minghuan Lian , Mingkai Hu , Roy Zang , "linux-pci@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" Subject: Re: [PATCH 1/7] PCI: layerscape: Name private struct pointer "ls" consistently Message-ID: <20161007182125.GB30438@localhost> References: <20161007164149.26341.87049.stgit@bhelgaas-glaptop2.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, Oct 07, 2016 at 05:05:05PM +0000, Roy Zang wrote: > On 10/07/2016 11:42 AM, Bjorn Helgaas wrote: > > Use a device-specific name, "ls", for struct ls_pcie pointers > > to hint that this is device-specific information. No functional change > > intended. > how about ls_pcie instead of ls ? Done, and re-pushed the branch, thanks!