lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 30 Dec 2019 08:25:57 -0600
From:   Bjorn Helgaas <helgaas@...nel.org>
To:     Zenghui Yu <yuzenghui@...wei.com>
Cc:     corbet@....net, linux-pci@...r.kernel.org,
        linux-doc@...r.kernel.or, linux-kernel@...r.kernel.org,
        wanghaibin.wang@...wei.com, Andrew Murray <andrew.murray@....com>
Subject: Re: [PATCH v2] Documentation: PCI: msi-howto.rst: Fix wrong function
 name

On Mon, Dec 30, 2019 at 09:14:28PM +0800, Zenghui Yu wrote:
> pci_irq_alloc_vectors() -> pci_alloc_irq_vectors().
> 
> Reviewed-by: Andrew Murray <andrew.murray@....com>
> Signed-off-by: Zenghui Yu <yuzenghui@...wei.com>

Applied to pci/misc for v5.6, thanks!

> ---
> 
> v1 -> v2:
> 	Add Andrew's R-b tag.
> 
>  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
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ