提交 503998ca 编写于 作者: R Randy Dunlap 提交者: Jesse Barnes

PCI: fix kernel-doc warnings

Add documentation for missing parameters in PCI hotplug code.
Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
上级 654b75e0
...@@ -555,6 +555,8 @@ static struct hotplug_slot *get_slot_from_name (const char *name) ...@@ -555,6 +555,8 @@ static struct hotplug_slot *get_slot_from_name (const char *name)
* @slot: pointer to the &struct hotplug_slot to register * @slot: pointer to the &struct hotplug_slot to register
* @devnr: device number * @devnr: device number
* @name: name registered with kobject core * @name: name registered with kobject core
* @owner: caller module owner
* @mod_name: caller module name
* *
* 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.
......
...@@ -311,7 +311,7 @@ EXPORT_SYMBOL_GPL(pci_destroy_slot); ...@@ -311,7 +311,7 @@ EXPORT_SYMBOL_GPL(pci_destroy_slot);
#include <linux/pci_hotplug.h> #include <linux/pci_hotplug.h>
/** /**
* pci_hp_create_link - create symbolic link to the hotplug driver module. * 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 * Helper function for pci_hotplug_core.c to create symbolic link to
* the hotplug driver module. * the hotplug driver module.
...@@ -334,7 +334,7 @@ EXPORT_SYMBOL_GPL(pci_hp_create_module_link); ...@@ -334,7 +334,7 @@ EXPORT_SYMBOL_GPL(pci_hp_create_module_link);
/** /**
* pci_hp_remove_link - remove symbolic link to the hotplug driver module. * 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 * Helper function for pci_hotplug_core.c to remove symbolic link to
* the hotplug driver module. * the hotplug driver module.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册