diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-23 18:33:10 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-11-30 18:39:11 +0100 |
commit | 2f0cd59c6ff91b4bae4b6650ef9bfe00639b5061 (patch) | |
tree | 017168d6fa104abca1642445457b7936207330e2 /drivers/pci/slot.c | |
parent | Linux 5.10-rc3 (diff) | |
download | linux-2f0cd59c6ff91b4bae4b6650ef9bfe00639b5061.tar.xz linux-2f0cd59c6ff91b4bae4b6650ef9bfe00639b5061.zip |
PCI: Fix kernel-doc markup
Update kernel-doc so the names in the doc match the prototypes.
Link: https://lore.kernel.org/r/f19caf7a68f8365c8b573a42b4ac89ec21925c73.1603469755.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/slot.c')
-rw-r--r-- | drivers/pci/slot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/pci/slot.c b/drivers/pci/slot.c index 3861505741e6..8fdb23abe651 100644 --- a/drivers/pci/slot.c +++ b/drivers/pci/slot.c @@ -323,7 +323,7 @@ EXPORT_SYMBOL_GPL(pci_destroy_slot); #if defined(CONFIG_HOTPLUG_PCI) || defined(CONFIG_HOTPLUG_PCI_MODULE) #include <linux/pci_hotplug.h> /** - * pci_hp_create_link - create symbolic link to the hotplug driver module. + * pci_hp_create_module_link - create symbolic link to hotplug driver module * @pci_slot: struct pci_slot * * Helper function for pci_hotplug_core.c to create symbolic link to @@ -349,7 +349,8 @@ void pci_hp_create_module_link(struct pci_slot *pci_slot) EXPORT_SYMBOL_GPL(pci_hp_create_module_link); /** - * pci_hp_remove_link - remove symbolic link to the hotplug driver module. + * pci_hp_remove_module_link - remove symbolic link to the hotplug driver + * module. * @pci_slot: struct pci_slot * * Helper function for pci_hotplug_core.c to remove symbolic link to |