diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-06-24 09:18:14 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-06-29 12:13:56 -0700 |
commit | 503998ca4a295f7da233689850ba4b9d13cf41e7 (patch) | |
tree | ddd892dac5a3a6fa2fb15f20c137a6d8872806e9 /drivers/pci/slot.c | |
parent | 654b75e044119bf8e7d773bce41ea039281bbfbe (diff) | |
download | talos-op-linux-503998ca4a295f7da233689850ba4b9d13cf41e7.tar.gz talos-op-linux-503998ca4a295f7da233689850ba4b9d13cf41e7.zip |
PCI: fix kernel-doc warnings
Add documentation for missing parameters in PCI hotplug code.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/slot.c')
-rw-r--r-- | drivers/pci/slot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/slot.c b/drivers/pci/slot.c index eddb0748b0ea..8c02b6c53bdb 100644 --- a/drivers/pci/slot.c +++ b/drivers/pci/slot.c @@ -311,7 +311,7 @@ EXPORT_SYMBOL_GPL(pci_destroy_slot); #include <linux/pci_hotplug.h> /** * pci_hp_create_link - create symbolic link to the hotplug driver module. - * @slot: struct pci_slot + * @pci_slot: struct pci_slot * * Helper function for pci_hotplug_core.c to create symbolic link to * the hotplug driver module. @@ -334,7 +334,7 @@ EXPORT_SYMBOL_GPL(pci_hp_create_module_link); /** * pci_hp_remove_link - remove symbolic link to the hotplug driver module. - * @slot: struct pci_slot + * @pci_slot: struct pci_slot * * Helper function for pci_hotplug_core.c to remove symbolic link to * the hotplug driver module. |