Skip to content

Commit

Permalink
PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-doc
Browse files Browse the repository at this point in the history
Remove reference to pci_p2pmem_dma(), which has never existed.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Cai Huoqing <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Logan Gunthorpe <[email protected]>
  • Loading branch information
caihuoq authored and bjorn-helgaas committed Apr 6, 2023
1 parent fe15c26 commit 5376ced
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/pci/p2pdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 5376ced

Please sign in to comment.