diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-27 13:15:05 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-27 13:15:05 -0500 |
| commit | dea140198b846f7432d78566b7b0b83979c72c2b (patch) | |
| tree | 8b29188c91b6c6616d9aa391bdd2fc3c4fb4adb7 /drivers/pci/hotplug/pciehp_hpc.c | |
| parent | 63c83f1fff494068e1b9fdbd04814395eb2f72fd (diff) | |
| parent | f4e026f454d7bb6aa84901a37641132961054735 (diff) | |
Merge branch 'pci/misc'
- Remove unused tools 'pci' build target left over after moving tests to
tools/testing/selftests/pci_endpoint (Jianfeng Liu)
- Fix typos and whitespace errors (Bjorn Helgaas)
* pci/misc:
PCI: Fix typos
tools/Makefile: Remove pci target
# Conflicts:
# drivers/pci/endpoint/functions/pci-epf-test.c
Diffstat (limited to 'drivers/pci/hotplug/pciehp_hpc.c')
| -rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index f56af54dbb82..8a09fb6083e2 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c @@ -431,7 +431,7 @@ void pciehp_get_latch_status(struct controller *ctrl, u8 *status) * removed immediately after the check so the caller may need to take * this into account. * - * It the hotplug controller itself is not available anymore returns + * If the hotplug controller itself is not available anymore returns * %-ENODEV. */ int pciehp_card_present(struct controller *ctrl) |