[PATCH v2] PCI/P2PDMA: Fix the comments on pci_p2pmem_find_many()
From: Cai Huoqing
Date: Tue Mar 28 2023 - 07:06:23 EST
Remove pci_p2pmem_dma() reference,
because pci_p2pmem_dma() method is already removed.
Signed-off-by: Cai Huoqing <cai.huoqing@xxxxxxxxx>
---
v1->v2:
1.remove pci_p2pmem_dma() reference directly instead of
using pci_p2pdma_map_segment().
v1 link:
https://lore.kernel.org/lkml/eea970cd-d781-9d4c-e020-9086505a4ba7@xxxxxxxxxxxx/
drivers/pci/p2pdma.c | 3 +--
1 file changed, 1 insertion(+), 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
*
--
2.34.1