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

Merge branch 'pci/p2pdma'

- Fix pci_p2pmem_find_many() kernel-doc (Cai Huoqing)

* pci/p2pdma:
PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-doc

+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 *