Message ID | 20240903205033.277037-1-helgaas@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 7cb9b5fa218caa899f4288865c4598357bcce4e9 |
Headers | show |
Series | PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc | expand |
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.