summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-05-04 10:43:24 -0500
committerBjorn Helgaas <bhelgaas@google.com>2021-05-04 10:43:24 -0500
commit7faf1dacfbc0edd6b0f25404e6c49af675c434af (patch)
treefda0f09caeea10cc3e74d5e57d3798f5fe7b981c /drivers/pci/hotplug
parentbac66f8f9751b432773b48b7c6baf92b036adaae (diff)
parent43395d9e091220695d2503fccc6f4fc9785d1bee (diff)
Merge branch 'pci/kernel-doc'
- Fix kernel-doc warnings (Krzysztof WilczyƄski) * pci/kernel-doc: PCI: Fix kernel-doc errors
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r--drivers/pci/hotplug/acpi_pcihp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpi_pcihp.c b/drivers/pci/hotplug/acpi_pcihp.c
index 2750a64cecd3..4fedebf2f8c1 100644
--- a/drivers/pci/hotplug/acpi_pcihp.c
+++ b/drivers/pci/hotplug/acpi_pcihp.c
@@ -157,7 +157,7 @@ static int pcihp_is_ejectable(acpi_handle handle)
}
/**
- * acpi_pcihp_check_ejectable - check if handle is ejectable ACPI PCI slot
+ * acpi_pci_check_ejectable - check if handle is ejectable ACPI PCI slot
* @pbus: the PCI bus of the PCI slot corresponding to 'handle'
* @handle: ACPI handle to check
*