Re: [PATCH 1/7] PCI: layerscape: Name private struct pointer "ls" consistently

2016-10-07 Thread Roy Zang
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 ? Roy

Re: [PATCH 1/7] PCI: layerscape: Name private struct pointer "ls" consistently

2016-10-07 Thread Bjorn Helgaas
On Fri, Oct 07, 2016 at 05:05:05PM +, 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 ?

[PATCH 1/7] PCI: layerscape: Name private struct pointer "ls" consistently

2016-10-07 Thread Bjorn Helgaas
Use a device-specific name, "ls", for struct ls_pcie pointers to hint that this is device-specific information. No functional change intended. Signed-off-by: Bjorn Helgaas --- drivers/pci/host/pci-layerscape.c | 86 +++-- 1 file changed,