linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: PCI: msi-howto.rst: Fix wrong function name
@ 2019-12-12 11:13 Zenghui Yu
  2019-12-12 12:51 ` Andrew Murray
  0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2019-12-12 11:13 UTC (permalink / raw)
  To: bhelgaas, corbet
  Cc: linux-pci, linux-doc, linux-kernel, wanghaibin.wang, Zenghui Yu

pci_irq_alloc_vectors() -> pci_alloc_irq_vectors().

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
---
 Documentation/PCI/msi-howto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/PCI/msi-howto.rst b/Documentation/PCI/msi-howto.rst
index 994cbb660ade..aa2046af69f7 100644
--- a/Documentation/PCI/msi-howto.rst
+++ b/Documentation/PCI/msi-howto.rst
@@ -283,5 +283,5 @@ or disabled (0).  If 0 is found in any of the msi_bus files belonging
 to bridges between the PCI root and the device, MSIs are disabled.
 
 It is also worth checking the device driver to see whether it supports MSIs.
-For example, it may contain calls to pci_irq_alloc_vectors() with the
+For example, it may contain calls to pci_alloc_irq_vectors() with the
 PCI_IRQ_MSI or PCI_IRQ_MSIX flags.
-- 
2.19.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: PCI: msi-howto.rst: Fix wrong function name
  2019-12-12 11:13 [PATCH] Documentation: PCI: msi-howto.rst: Fix wrong function name Zenghui Yu
@ 2019-12-12 12:51 ` Andrew Murray
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Murray @ 2019-12-12 12:51 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: bhelgaas, corbet, linux-pci, linux-doc, linux-kernel, wanghaibin.wang

On Thu, Dec 12, 2019 at 07:13:38PM +0800, Zenghui Yu wrote:
> pci_irq_alloc_vectors() -> pci_alloc_irq_vectors().
> 
> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> ---
>  Documentation/PCI/msi-howto.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/PCI/msi-howto.rst b/Documentation/PCI/msi-howto.rst
> index 994cbb660ade..aa2046af69f7 100644
> --- a/Documentation/PCI/msi-howto.rst
> +++ b/Documentation/PCI/msi-howto.rst
> @@ -283,5 +283,5 @@ or disabled (0).  If 0 is found in any of the msi_bus files belonging
>  to bridges between the PCI root and the device, MSIs are disabled.
>  
>  It is also worth checking the device driver to see whether it supports MSIs.
> -For example, it may contain calls to pci_irq_alloc_vectors() with the
> +For example, it may contain calls to pci_alloc_irq_vectors() with the

Reviewed-by: Andrew Murray <andrew.murray@arm.com>

Thanks,

Andrew Murray

>  PCI_IRQ_MSI or PCI_IRQ_MSIX flags.
> -- 
> 2.19.1
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-12 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-12 11:13 [PATCH] Documentation: PCI: msi-howto.rst: Fix wrong function name Zenghui Yu
2019-12-12 12:51 ` Andrew Murray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).