Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc

e01c9797c0eb ("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
+1
include/linux/pci-epc.h
··· 149 149 }; 150 150 151 151 /** 152 + * enum pci_epc_bar_type - configurability of endpoint BAR 152 153 * @BAR_PROGRAMMABLE: The BAR mask can be configured by the EPC. 153 154 * @BAR_FIXED: The BAR mask is fixed by the hardware. 154 155 * @BAR_RESERVED: The BAR should not be touched by an EPF driver.