From: Bjorn Helgaas Date: Tue, 3 Sep 2024 20:38:25 +0000 (-0500) Subject: PCI: endpoint: Fix enum pci_epc_bar_type kerneldoc X-Git-Tag: v6.12-rc1~96^2~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7cb9b5fa218caa899f4288865c4598357bcce4e9;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/include/linux/pci-epc.h b/include/linux/pci-epc.h index 85bdf2adb7607..697cc190747d3 100644 --- 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.