Skip to content

Commit 2228296

Browse files
rwk-gitbjorn-helgaas
authored andcommitted
Documentation: Fix path for NVMe PCI endpoint target driver
The path for the driver points to an non-existent file. Update path with the correct file: drivers/nvme/target/pci-epf.c Signed-off-by: Rick Wertenbroek <rick.wertenbroek@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Link: https://patch.msgid.link/20250423095643.490495-1-rick.wertenbroek@gmail.com
1 parent 8fe743b commit 2228296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/PCI/endpoint/pci-nvme-function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ PCI NVMe Function
88

99
The PCI NVMe endpoint function implements a PCI NVMe controller using the NVMe
1010
subsystem target core code. The driver for this function resides with the NVMe
11-
subsystem as drivers/nvme/target/nvmet-pciep.c.
11+
subsystem as drivers/nvme/target/pci-epf.c.
1212

1313
See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.

0 commit comments

Comments
 (0)