commit | a6ed1f4e94e1883742ac79f09f9754ffacfae456 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Fri Jun 19 15:57:44 2015 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Jul 15 22:03:31 2015 -0500 |
tree | a57ececbdfe726f12bd4a4152e986a26ca71a10c | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 [diff] |
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>