diff mbox series

[v3] PCI/P2PDMA: Fix the comments on pci_p2pmem_find_many()

Message ID 20230329024731.5604-1-cai.huoqing@linux.dev (mailing list archive)
State Accepted
Delegated to: Bjorn Helgaas
Headers show
Series [v3] PCI/P2PDMA: Fix the comments on pci_p2pmem_find_many() | expand

Commit Message

Cai Huoqing March 29, 2023, 2:47 a.m. UTC
Remove pci_p2pmem_dma() reference,
because pci_p2pmem_dma() method is not existed.

Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
---
v2->v3:
  Update commit log-pci_p2pmem_dma() method is not existed.

v2 link:
  https://lore.kernel.org/lkml/20230328110610.3824-1-cai.huoqing@linux.dev/

 drivers/pci/p2pdma.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Bjorn Helgaas April 6, 2023, 9:40 p.m. UTC | #1
On Wed, Mar 29, 2023 at 10:47:31AM +0800, Cai Huoqing wrote:
> Remove pci_p2pmem_dma() reference,
> because pci_p2pmem_dma() method is not existed.
> 
> Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
> Reviewed-by: Logan Gunthorpe <logang@deltatee.com>

Applied with following subject/commit log to pci/p2pdma for v6.4, thanks!

    PCI/P2PDMA: Fix pci_p2pmem_find_many() kernel-doc

    Remove reference to pci_p2pmem_dma(), which has never existed.

> ---
> v2->v3:
>   Update commit log-pci_p2pmem_dma() method is not existed.
> 
> v2 link:
>   https://lore.kernel.org/lkml/20230328110610.3824-1-cai.huoqing@linux.dev/
> 
>  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
>
diff mbox series

Patch

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
  *