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 <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Damien Le Moal <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 8fe743b commit 2228296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)