diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-01-15 12:10:41 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-01-15 12:10:41 -0600 |
commit | 7119ca35ee4a0129ae86ae9d36f357edc55aab2f (patch) | |
tree | 9e62085a84f49ae9e17fff72f0407854bd2f32c3 /include/linux/pci-epc.h | |
parent | 9946bbb3edae01cbd964c0339b3805c0c0b90ec2 (diff) | |
parent | 2db6b72c989763e30fab83b186e9263fece26bc6 (diff) | |
download | linux-stable-7119ca35ee4a0129ae86ae9d36f357edc55aab2f.tar.gz linux-stable-7119ca35ee4a0129ae86ae9d36f357edc55aab2f.tar.bz2 linux-stable-7119ca35ee4a0129ae86ae9d36f357edc55aab2f.zip |
Merge branch 'pci/misc'
- Drop unused struct pci_driver.node member (Mathias Krause)
- Fix documentation typos (Attreyee Mukherjee)
- Use a unique test pattern for each BAR in the pci_endpoint_test to make
it easier to debug address translation issues (Niklas Cassel)
- Fix kernel-doc issues (Bjorn Helgaas)
* pci/misc:
PCI: Fix kernel-doc issues
misc: pci_endpoint_test: Use a unique test pattern for each BAR
docs: PCI: Fix typos
PCI: Remove unused 'node' member from struct pci_driver
Diffstat (limited to 'include/linux/pci-epc.h')
-rw-r--r-- | include/linux/pci-epc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci-epc.h b/include/linux/pci-epc.h index f498f9aa2ab0..40ea18f5aa02 100644 --- a/include/linux/pci-epc.h +++ b/include/linux/pci-epc.h @@ -115,7 +115,7 @@ struct pci_epc_mem { * struct pci_epc - represents the PCI EPC device * @dev: PCI EPC device * @pci_epf: list of endpoint functions present in this EPC device - * list_lock: Mutex for protecting pci_epf list + * @list_lock: Mutex for protecting pci_epf list * @ops: function pointers for performing endpoint operations * @windows: array of address space of the endpoint controller * @mem: first window of the endpoint controller, which corresponds to |