]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: Fix path for NVMe PCI endpoint target driver
authorRick Wertenbroek <rick.wertenbroek@gmail.com>
Wed, 23 Apr 2025 09:56:43 +0000 (11:56 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 23 Apr 2025 21:11:21 +0000 (16:11 -0500)
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
Documentation/PCI/endpoint/pci-nvme-function.rst

index df57b8e7d066be245298bd263abb98ed127aea77..a68015317f7fe6e905ae9d9f57797ccb349d3d49 100644 (file)
@@ -8,6 +8,6 @@ PCI NVMe Function
 
 The PCI NVMe endpoint function implements a PCI NVMe controller using the NVMe
 subsystem target core code. The driver for this function resides with the NVMe
-subsystem as drivers/nvme/target/nvmet-pciep.c.
+subsystem as drivers/nvme/target/pci-epf.c.
 
 See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.