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

Configure Feed

Select the types of activity you want to include in your feed.

PCI: endpoint: Fix typo in pci_epf_add_vepf() kernel-doc

The function description in kernel-doc refers to pci_epf_add_epf(), but the
correct function name is pci_epf_add_vepf(). Update it to match the
implementation.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
[mani: commit log]
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Link: https://patch.msgid.link/20260224183927.1369124-1-alok.a.tiwari@oracle.com

authored by

Alok Tiwari and committed by
Manivannan Sadhasivam
88ce49ab d7999842

+1 -1
+1 -1
drivers/pci/endpoint/pci-epf-core.c
··· 149 149 * @epf_vf: the virtual EP function to be added 150 150 * 151 151 * A physical endpoint function can be associated with multiple virtual 152 - * endpoint functions. Invoke pci_epf_add_epf() to add a virtual PCI endpoint 152 + * endpoint functions. Invoke pci_epf_add_vepf() to add a virtual PCI endpoint 153 153 * function to a physical PCI endpoint function. 154 154 */ 155 155 int pci_epf_add_vepf(struct pci_epf *epf_pf, struct pci_epf *epf_vf)