Skip to content

Commit 7cb9b5f

Browse files
committed
PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc
e01c979 ("PCI: endpoint: Clean up hardware description for BARs") added enum pci_epc_bar_type with incomplete kerneldoc. Add the missing piece. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 8400291 commit 7cb9b5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/linux/pci-epc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ struct pci_epc {
149149
};
150150

151151
/**
152+
* enum pci_epc_bar_type - configurability of endpoint BAR
152153
* @BAR_PROGRAMMABLE: The BAR mask can be configured by the EPC.
153154
* @BAR_FIXED: The BAR mask is fixed by the hardware.
154155
* @BAR_RESERVED: The BAR should not be touched by an EPF driver.

0 commit comments

Comments
 (0)