summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/cpqphp_core.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-07-06 18:56:29 +0300
committerBjorn Helgaas <bhelgaas@google.com>2021-07-06 18:56:29 +0300
commit4343292f805786c2e4b5f455397459133c2f7851 (patch)
tree066f1a04fb35a0f0b983dd9f59d9f3af3f36a488 /drivers/pci/hotplug/cpqphp_core.c
parent5e0716fc26a2dd0caf9e8d838c2e83f5f0c70b75 (diff)
parent347269c113f10fbe893f11dd3ae5f44aa15d3111 (diff)
downloadlinux-4343292f805786c2e4b5f455397459133c2f7851.tar.xz
Merge branch 'pci/kernel-doc'
- Fix kernel-doc formatting errors (Krzysztof WilczyƄski) * pci/kernel-doc: PCI: Fix kernel-doc formatting
Diffstat (limited to 'drivers/pci/hotplug/cpqphp_core.c')
-rw-r--r--drivers/pci/hotplug/cpqphp_core.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/cpqphp_core.c b/drivers/pci/hotplug/cpqphp_core.c
index b8aacb41a83c..f99a7927e5a8 100644
--- a/drivers/pci/hotplug/cpqphp_core.c
+++ b/drivers/pci/hotplug/cpqphp_core.c
@@ -296,9 +296,10 @@ static int ctrl_slot_cleanup(struct controller *ctrl)
*
* Won't work for more than one PCI-PCI bridge in a slot.
*
- * @bus_num - bus number of PCI device
- * @dev_num - device number of PCI device
- * @slot - Pointer to u8 where slot number will be returned
+ * @bus: pointer to the PCI bus structure
+ * @bus_num: bus number of PCI device
+ * @dev_num: device number of PCI device
+ * @slot: Pointer to u8 where slot number will be returned
*
* Output: SUCCESS or FAILURE
*/