summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2023-04-21 00:16:33 +0300
committerBjorn Helgaas <bhelgaas@google.com>2023-04-21 00:16:33 +0300
commitcc8a983d0fce68fc147743ef25114b2870368a3e (patch)
tree01aee875bce091eca48134111e3dbad5684df3c4 /drivers/pci
parent8745c3d542769c93fe6c88ffc927f02ce7cc0085 (diff)
parent5376ced54ce310256e9cd67a3fcb613ac005a032 (diff)
downloadlinux-cc8a983d0fce68fc147743ef25114b2870368a3e.tar.xz
Merge branch 'pci/p2pdma'
- Fix pci_p2pmem_find_many() kernel-doc (Cai Huoqing) * pci/p2pdma: PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-doc
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/p2pdma.c3
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
*