diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-09-23 16:10:31 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-09-23 16:10:31 -0500 |
commit | c5048a73b4770304699cb15e3ffcb97acab685f7 (patch) | |
tree | b6e8a8676251a835fcf1f0f927d0182e6ff63be2 /drivers/pci/Kconfig | |
parent | cdc7e184abb338dfe24624e90b09d366f0dcfad5 (diff) | |
parent | 55507aea58824578610eb0cb5c250a0c997987c9 (diff) |
Merge branch 'pci/trivial'
- Fix typos and whitespace errors (Bjorn Helgaas, Krzysztof Wilczynski)
- Remove unnecessary "return" statements (Krzysztof Wilczynski)
- Correct of_irq_parse_pci() function documentation (Lubomir Rintel)
* pci/trivial:
PCI: Remove unnecessary returns
PCI: OF: Correct of_irq_parse_pci() documentation
PCI: Fix typos and whitespace errors
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 232042722261..a5017b66bd9d 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -170,7 +170,7 @@ config PCI_P2PDMA Many PCIe root complexes do not support P2P transactions and it's hard to tell which support it at all, so at this time, - P2P DMA transations must be between devices behind the same root + P2P DMA transactions must be between devices behind the same root port. If unsure, say N. |