From: Yijing Wang Date: Fri, 19 Jun 2015 07:57:44 +0000 (+0800) Subject: PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slot X-Git-Tag: omap-for-v4.3/fixes-merge-window~31^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6ed1f4e94e1883742ac79f09f9754ffacfae456;p=pandora-kernel.git PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slot Now in pci_hotplug_core.c, we randomly name a struct hotplug_slot and a struct pci_slot. It's easy to confuse them, so let us use "slot" for a struct hotplug_slot and "pci_slot" for a struct pci_slot. No functional change. Signed-off-by: Yijing Wang Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed