diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2020-08-06 01:24:22 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-08-06 01:24:22 +0200 |
commit | 65c2bc6ce972e7aee1523a0702d0eeac0570a01f (patch) | |
tree | 41480f91cb097d71eb91c0d97cc4df8619fe99a7 /drivers/pci/of.c | |
parent | Merge branch 'pci/host-probe-refactor' (diff) | |
parent | PCI: Fix kerneldoc warnings (diff) | |
download | linux-65c2bc6ce972e7aee1523a0702d0eeac0570a01f.tar.xz linux-65c2bc6ce972e7aee1523a0702d0eeac0570a01f.zip |
Merge branch 'pci/doc'
- Fix several kerneldoc warnings (Krzysztof Kozlowski)
* pci/doc:
PCI: Fix kerneldoc warnings
Diffstat (limited to 'drivers/pci/of.c')
-rw-r--r-- | drivers/pci/of.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/of.c b/drivers/pci/of.c index 2ebc5e32e8a0..ac24cd5439a9 100644 --- a/drivers/pci/of.c +++ b/drivers/pci/of.c @@ -243,6 +243,8 @@ EXPORT_SYMBOL_GPL(of_pci_check_probe_only); * @busno: bus number associated with the bridge root bus * @bus_max: maximum number of buses for this bridge * @resources: list where the range of resources will be added after DT parsing + * @ib_resources: list where the range of inbound resources (with addresses + * from 'dma-ranges') will be added after DT parsing * @io_base: pointer to a variable that will contain on return the physical * address for the start of the I/O range. Can be NULL if the caller doesn't * expect I/O ranges to be present in the device tree. |