diff options
author | Rick Wertenbroek <rick.wertenbroek@gmail.com> | 2025-04-23 12:56:43 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2025-04-24 00:11:21 +0300 |
commit | 22282967585ac9e5d88d92d804cc3e5b19c47a97 (patch) | |
tree | 48f66e125ca5e831c19060b548da856cc22f7228 | |
parent | 8fe743b5eba0abfbee39fe27b12acfb0df9b8a2d (diff) | |
download | linux-22282967585ac9e5d88d92d804cc3e5b19c47a97.tar.xz |
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
-rw-r--r-- | Documentation/PCI/endpoint/pci-nvme-function.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/endpoint/pci-nvme-function.rst b/Documentation/PCI/endpoint/pci-nvme-function.rst index df57b8e7d066..a68015317f7f 100644 --- a/Documentation/PCI/endpoint/pci-nvme-function.rst +++ b/Documentation/PCI/endpoint/pci-nvme-function.rst @@ -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. |