aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.(none)>2008-06-25 18:27:34 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2008-06-25 18:27:34 -0400
commit65b943f630bc177b743ca05b4cb6defe8fcffa6e (patch)
tree6d0770208a75b9667bcc15933d995bd3b56a08ca
parent15650a2f644a2f15738cf22807c090d89328f500 (diff)
PCI: fixup kdoc blocks for hotplug functions
A few warnings snuck in as parameters were added or renamed. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
-rw-r--r--drivers/pci/hotplug/pci_hotplug_core.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/pci_hotplug_core.c b/drivers/pci/hotplug/pci_hotplug_core.c
index b3b2d8cf4370..b514162125fb 100644
--- a/drivers/pci/hotplug/pci_hotplug_core.c
+++ b/drivers/pci/hotplug/pci_hotplug_core.c
@@ -544,7 +544,9 @@ out:
544 544
545/** 545/**
546 * pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem 546 * pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem
547 * @bus: bus this slot is on
547 * @slot: pointer to the &struct hotplug_slot to register 548 * @slot: pointer to the &struct hotplug_slot to register
549 * @slot_nr: slot number
548 * 550 *
549 * Registers a hotplug slot with the pci hotplug subsystem, which will allow 551 * Registers a hotplug slot with the pci hotplug subsystem, which will allow
550 * userspace interaction to the slot. 552 * 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 617
616/** 618/**
617 * pci_hp_deregister - deregister a hotplug_slot with the PCI hotplug subsystem 619 * pci_hp_deregister - deregister a hotplug_slot with the PCI hotplug subsystem
618 * @slot: pointer to the &struct hotplug_slot to deregister 620 * @hotplug: pointer to the &struct hotplug_slot to deregister
619 * 621 *
620 * The @slot must have been registered with the pci hotplug subsystem 622 * The @slot must have been registered with the pci hotplug subsystem
621 * previously with a call to pci_hp_register(). 623 * previously with a call to pci_hp_register().
@@ -651,7 +653,7 @@ int pci_hp_deregister(struct hotplug_slot *hotplug)
651 653
652/** 654/**
653 * pci_hp_change_slot_info - changes the slot's information structure in the core 655 * pci_hp_change_slot_info - changes the slot's information structure in the core
654 * @slot: pointer to the slot whose info has changed 656 * @hotplug: pointer to the slot whose info has changed
655 * @info: pointer to the info copy into the slot's info structure 657 * @info: pointer to the info copy into the slot's info structure
656 * 658 *
657 * @slot must have been registered with the pci 659 * @slot must have been registered with the pci