]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: endpoint: Fix typo in pci_epf_add_vepf() kernel-doc
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Tue, 24 Feb 2026 18:39:19 +0000 (10:39 -0800)
committerManivannan Sadhasivam <mani@kernel.org>
Thu, 5 Mar 2026 06:14:56 +0000 (11:44 +0530)
commit88ce49abc2185da3d08da9f71290d46a393d3876
tree5c30a553a3fd2e134c624d554384502364a242e4
parentd799984233a50abd2667a7d17a9a710a3f10ebe2
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
drivers/pci/endpoint/pci-epf-core.c