Commit 94d6a3a0 authored by Bjorn Helgaas's avatar Bjorn Helgaas

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
parents 207bcb73 7cb9b5fa
...@@ -149,6 +149,7 @@ struct pci_epc { ...@@ -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_PROGRAMMABLE: The BAR mask can be configured by the EPC.
* @BAR_FIXED: The BAR mask is fixed by the hardware. * @BAR_FIXED: The BAR mask is fixed by the hardware.
* @BAR_RESERVED: The BAR should not be touched by an EPF driver. * @BAR_RESERVED: The BAR should not be touched by an EPF driver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment