]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slot
authorYijing Wang <wangyijing@huawei.com>
Fri, 19 Jun 2015 07:57:44 +0000 (15:57 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 16 Jul 2015 03:03:31 +0000 (22:03 -0500)
commita6ed1f4e94e1883742ac79f09f9754ffacfae456
treea57ececbdfe726f12bd4a4152e986a26ca71a10c
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
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 <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/pci_hotplug_core.c