diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-07 17:17:15 -0600 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-03-08 15:08:45 -0600 |
| commit | f4e026f454d7bb6aa84901a37641132961054735 (patch) | |
| tree | e6686eae2f068482c869a396664f14deeec6acc9 /drivers/pci/pci.c | |
| parent | 86c2345aff3f5b48b53a73a15ffe6e0930e4170f (diff) | |
PCI: Fix typos
Fix typos and whitespace errors.
Link: https://lore.kernel.org/r/20250307231715.438518-1-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pci.c')
| -rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 869d204a70a3..2fcd1e583966 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -4766,7 +4766,7 @@ static bool pcie_wait_for_link_delay(struct pci_dev *pdev, bool active, /* * PCIe r4.0 sec 6.6.1, a component must enter LTSSM Detect within 20ms, - * after which we should expect an link active if the reset was + * after which we should expect the link to be active if the reset was * successful. If so, software must wait a minimum 100ms before sending * configuration requests to devices downstream this port. * |