diff options
author | Cai Huoqing <cai.huoqing@linux.dev> | 2023-03-29 10:47:31 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-06 16:37:51 -0500 |
commit | 5376ced54ce310256e9cd67a3fcb613ac005a032 (patch) | |
tree | e2f7a99399bdab45a0cb750a1f101fe4e3194a93 | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) | |
download | linux-stable-5376ced54ce310256e9cd67a3fcb613ac005a032.tar.gz linux-stable-5376ced54ce310256e9cd67a3fcb613ac005a032.tar.bz2 linux-stable-5376ced54ce310256e9cd67a3fcb613ac005a032.zip |
PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-doc
Remove reference to pci_p2pmem_dma(), which has never existed.
Link: https://lore.kernel.org/r/20230329024731.5604-1-cai.huoqing@linux.dev
Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
-rw-r--r-- | drivers/pci/p2pdma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c index 9e8205572830..6cd98ffca198 100644 --- a/drivers/pci/p2pdma.c +++ b/drivers/pci/p2pdma.c @@ -746,8 +746,7 @@ EXPORT_SYMBOL_GPL(pci_has_p2pmem); /** * pci_p2pmem_find_many - find a peer-to-peer DMA memory device compatible with - * the specified list of clients and shortest distance (as determined - * by pci_p2pmem_dma()) + * the specified list of clients and shortest distance * @clients: array of devices to check (NULL-terminated) * @num_clients: number of client devices in the list * |