Commit 65b943f6 authored by Jesse Barnes's avatar Jesse Barnes Committed by Jesse Barnes

PCI: fixup kdoc blocks for hotplug functions

A few warnings snuck in as parameters were added or renamed.
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 15650a2f
...@@ -544,7 +544,9 @@ static struct hotplug_slot *get_slot_from_name (const char *name) ...@@ -544,7 +544,9 @@ static struct hotplug_slot *get_slot_from_name (const char *name)
/** /**
* pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem * pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem
* @bus: bus this slot is on
* @slot: pointer to the &struct hotplug_slot to register * @slot: pointer to the &struct hotplug_slot to register
* @slot_nr: slot number
* *
* Registers a hotplug slot with the pci hotplug subsystem, which will allow * Registers a hotplug slot with the pci hotplug subsystem, which will allow
* userspace interaction to the slot. * userspace interaction to the slot.
...@@ -615,7 +617,7 @@ int pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int slot_nr) ...@@ -615,7 +617,7 @@ int pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int slot_nr)
/** /**
* pci_hp_deregister - deregister a hotplug_slot with the PCI hotplug subsystem * pci_hp_deregister - deregister a hotplug_slot with the PCI hotplug subsystem
* @slot: pointer to the &struct hotplug_slot to deregister * @hotplug: pointer to the &struct hotplug_slot to deregister
* *
* The @slot must have been registered with the pci hotplug subsystem * The @slot must have been registered with the pci hotplug subsystem
* previously with a call to pci_hp_register(). * previously with a call to pci_hp_register().
...@@ -651,7 +653,7 @@ int pci_hp_deregister(struct hotplug_slot *hotplug) ...@@ -651,7 +653,7 @@ int pci_hp_deregister(struct hotplug_slot *hotplug)
/** /**
* pci_hp_change_slot_info - changes the slot's information structure in the core * pci_hp_change_slot_info - changes the slot's information structure in the core
* @slot: pointer to the slot whose info has changed * @hotplug: pointer to the slot whose info has changed
* @info: pointer to the info copy into the slot's info structure * @info: pointer to the info copy into the slot's info structure
* *
* @slot must have been registered with the pci * @slot must have been registered with the pci
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment