From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3srHsS65j9zDrTd for ; Sat, 8 Oct 2016 05:21:31 +1100 (AEDT) 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: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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!