Commit 22282967 authored by Rick Wertenbroek's avatar Rick Wertenbroek Committed by Bjorn Helgaas
Browse files

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: default avatarRick Wertenbroek <rick.wertenbroek@gmail.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarDamien Le Moal <dlemoal@kernel.org>
Link: https://patch.msgid.link/20250423095643.490495-1-rick.wertenbroek@gmail.com
parent 8fe743b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.