mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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
13 lines
411 B
ReStructuredText
13 lines
411 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
=================
|
|
PCI NVMe Function
|
|
=================
|
|
|
|
:Author: Damien Le Moal <dlemoal@kernel.org>
|
|
|
|
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/pci-epf.c.
|
|
|
|
See Documentation/nvme/nvme-pci-endpoint-target.rst for more details.
|