Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Cai Huoqing and committed by
Bjorn Helgaas
5376ced5 fe15c26e

+1 -2
+1 -2
drivers/pci/p2pdma.c
··· 746 746 747 747 /** 748 748 * pci_p2pmem_find_many - find a peer-to-peer DMA memory device compatible with 749 - * the specified list of clients and shortest distance (as determined 750 - * by pci_p2pmem_dma()) 749 + * the specified list of clients and shortest distance 751 750 * @clients: array of devices to check (NULL-terminated) 752 751 * @num_clients: number of client devices in the list 753 752 *