diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2026-02-06 17:09:53 -0600 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-02-06 17:09:53 -0600 |
| commit | dff645f564c38332502140f3ef643f659114c45f (patch) | |
| tree | 9d258bd343d73536bd86a69bb0ed85af3f336aee /include/linux | |
| parent | 522a46affdceda863df9bf652119f463f480479d (diff) | |
| parent | 94cf23f6b7c3d6551af513b5f3ddba7838312494 (diff) | |
Merge branch 'pci/misc'
- Fix documentation typos (Shawn Lin)
- Add struct p2pdma_provider kernel doc (Leon Romanovsky)
- Remove useless devres WARN_ON() (Philipp Stanner)
* pci/misc:
PCI: Remove useless WARN_ON() from devres
PCI/P2PDMA: Add missing struct p2pdma_provider documentation
Documentation: PCI: Fix typos in msi-howto.rst
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci-p2pdma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci-p2pdma.h b/include/linux/pci-p2pdma.h index 517e121d2598..873de20a2247 100644 --- a/include/linux/pci-p2pdma.h +++ b/include/linux/pci-p2pdma.h @@ -20,6 +20,8 @@ struct scatterlist; * struct p2pdma_provider * * A p2pdma provider is a range of MMIO address space available to the CPU. + * @owner: Device to which this provider belongs. + * @bus_offset: Bus offset for p2p communication. */ struct p2pdma_provider { struct device *owner; |
