diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-03-14 20:54:46 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 21:24:00 +0200 |
commit | 5c7bdac783be8dcba1427460e7971445f839a5e2 (patch) | |
tree | 63f17caaf52e2f7a87e8f161476035a4dd5f434f /drivers/pci/controller | |
parent | PCI/VPD: Remove pci_vpd_release() unused declarations (diff) | |
download | linux-5c7bdac783be8dcba1427460e7971445f839a5e2.tar.xz linux-5c7bdac783be8dcba1427460e7971445f839a5e2.zip |
PCI: Fix typos
Fix typos.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/controller')
-rw-r--r-- | drivers/pci/controller/cadence/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/cadence/Kconfig b/drivers/pci/controller/cadence/Kconfig index 1d5a70c9055e..8a0044bb3989 100644 --- a/drivers/pci/controller/cadence/Kconfig +++ b/drivers/pci/controller/cadence/Kconfig @@ -38,7 +38,7 @@ config PCIE_CADENCE_PLAT_EP select PCIE_CADENCE_EP select PCIE_CADENCE_PLAT help - Say Y here if you want to support the Cadence PCIe platform controller in + Say Y here if you want to support the Cadence PCIe platform controller in endpoint mode. This PCIe controller may be embedded into many different vendors SoCs. |