diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 14:25:28 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2024-09-19 14:25:28 -0500 |
commit | 94d6a3a0601f7e931a31cf67f2adf9a1c3312d19 (patch) | |
tree | 59df4bb3b959e1bc700c4a7dfb8dcd055280ad2f /include | |
parent | 207bcb73fb08841e242fa1d66e1d0381836da562 (diff) | |
parent | 7cb9b5fa218caa899f4288865c4598357bcce4e9 (diff) |
Merge branch 'pci/controller/endpoint'
- Fix enum pci_epc_bar_type kerneldoc (Bjorn Helgaas)
* pci/controller/endpoint:
PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci-epc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci-epc.h b/include/linux/pci-epc.h index 85bdf2adb760..697cc190747d 100644 --- a/include/linux/pci-epc.h +++ b/include/linux/pci-epc.h @@ -149,6 +149,7 @@ struct pci_epc { }; /** + * enum pci_epc_bar_type - configurability of endpoint BAR * @BAR_PROGRAMMABLE: The BAR mask can be configured by the EPC. * @BAR_FIXED: The BAR mask is fixed by the hardware. * @BAR_RESERVED: The BAR should not be touched by an EPF driver. |