diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2021-05-04 10:43:24 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-05-04 10:43:24 -0500 |
| commit | 7faf1dacfbc0edd6b0f25404e6c49af675c434af (patch) | |
| tree | fda0f09caeea10cc3e74d5e57d3798f5fe7b981c /drivers/pci/hotplug | |
| parent | bac66f8f9751b432773b48b7c6baf92b036adaae (diff) | |
| parent | 43395d9e091220695d2503fccc6f4fc9785d1bee (diff) | |
| download | linux-7faf1dacfbc0edd6b0f25404e6c49af675c434af.tar.gz linux-7faf1dacfbc0edd6b0f25404e6c49af675c434af.tar.bz2 linux-7faf1dacfbc0edd6b0f25404e6c49af675c434af.zip | |
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.c | 2 |
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 * |
