PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-doc
authorCai Huoqing <cai.huoqing@linux.dev>
Wed, 29 Mar 2023 02:47:31 +0000 (10:47 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Apr 2023 21:37:51 +0000 (16:37 -0500)
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>
drivers/pci/p2pdma.c

index 9e8205572830f4d1210dd0c3513ec207c3cc9e8b..6cd98ffca198406628d57df85577a3c755508704 100644 (file)
@@ -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
  *