Commit 7cb9b5fa authored by Bjorn Helgaas's avatar Bjorn Helgaas

PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc

e01c9797 ("PCI: endpoint: Clean up hardware description for BARs")
added enum pci_epc_bar_type with incomplete kerneldoc.  Add the missing
piece.
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 8400291e
...@@ -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