projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8400291
)
PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc
author
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 3 Sep 2024 20:38:25 +0000
(15:38 -0500)
committer
Bjorn 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pci-epc.h
b/include/linux/pci-epc.h
index 85bdf2adb76073b02d9eed76f4ba9625f7488b07..697cc190747d39ac29d14129cd20ab6c573ca108 100644
(file)
--- a/
include/linux/pci-epc.h
+++ b/
include/linux/pci-epc.h
@@
-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.