]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 3 Sep 2024 20:38:25 +0000 (15:38 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 3 Sep 2024 20:38:47 +0000 (15:38 -0500)
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>
include/linux/pci-epc.h

index 85bdf2adb76073b02d9eed76f4ba9625f7488b07..697cc190747d39ac29d14129cd20ab6c573ca108 100644 (file)
@@ -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.