diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-12 17:08:41 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-07-12 17:08:41 -0500 |
commit | 7b4b0f6b34d893be569da81ffad865a9d3a7d014 (patch) | |
tree | 405cd3e336f3c5c040e8c7c755151f0cabc1e745 /drivers/pci/controller/pcie-iproc-platform.c | |
parent | 31d5a608b13b7251286699860630d36b0eb1def4 (diff) | |
parent | f6b6aefee70aa5261deec7feab80c249bf58397f (diff) | |
download | lwn-7b4b0f6b34d893be569da81ffad865a9d3a7d014.tar.gz lwn-7b4b0f6b34d893be569da81ffad865a9d3a7d014.zip |
Merge branch 'pci/trivial'
- Fix typos and whitespace errors (Bjorn Helgaas)
* pci/trivial:
PCI: Fix typos and whitespace errors
Diffstat (limited to 'drivers/pci/controller/pcie-iproc-platform.c')
-rw-r--r-- | drivers/pci/controller/pcie-iproc-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-iproc-platform.c b/drivers/pci/controller/pcie-iproc-platform.c index f30f5f3fb5c1..5a3550b6bb29 100644 --- a/drivers/pci/controller/pcie-iproc-platform.c +++ b/drivers/pci/controller/pcie-iproc-platform.c @@ -87,7 +87,7 @@ static int iproc_pcie_pltfm_probe(struct platform_device *pdev) /* * DT nodes are not used by all platforms that use the iProc PCIe - * core driver. For platforms that require explict inbound mapping + * core driver. For platforms that require explicit inbound mapping * configuration, "dma-ranges" would have been present in DT */ pcie->need_ib_cfg = of_property_read_bool(np, "dma-ranges"); |