Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp778581ybl; Thu, 12 Dec 2019 04:52:50 -0800 (PST) X-Google-Smtp-Source: APXvYqyiY1GWxugQ6uxiiMRZ6RqQJJ5QdKdcdKeITnybx0QYSu/APB/8iEMvd+GFyzImxxNJonEk X-Received: by 2002:a05:6830:13da:: with SMTP id e26mr8029199otq.302.1576155170041; Thu, 12 Dec 2019 04:52:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576155170; cv=none; d=google.com; s=arc-20160816; b=n2Pzcv+QqR43Mte1PbfLKIsXpW4mr1IILHXvTxveaTimSbiZO+WbK1OJaw5o/xHt8R Ck7tWrEw6oSzuhvNsL1lFprv9L8bRkAs2+ErhpGyq72RIaWcXImo2khN1SB9pbXJHAq3 wNPuXKrlTLu6zs/A8Rg8/qUnI5MEZoGdLit3vYtvQ3/8NP6xJgKPfYLI/7yZpVz1Q40y tL5sADv82kL1RZFfpAxd0qPyCpG8M6ZmHyLCK5B/RaQ8SRwOs9Yryjr/C2jrjCQ1URJm ZC2nq127sMG/iAvP/HxTCRm+EWIUGwhxDh54DB2Np1TIUBr1RUO0Cq9MNdTxXoYY06Qy HspA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=um2Q97qJS8CSMenohkHGRIPW1PDkKU4k4fpNpoTf6ZU=; b=GxtOtMOV+tIK+QaN/MB5aXy+INnC2AV192QXCaLQBxdLtr4oBvPWOvoSR7qMlOb28Q YTzJaFGIhId23+G/001pqbVsDj6NkiTf7JOWSYfgglwyhlXmghRktDVzdbNKBbArG2U7 K38Vhw4cFmTPrUGEjp908/PBcjhws6rAQT9iDIAu2kWU2e9s0a6K7wF856L6xQksgaMe L/5anLbG3pgn1rgzd4ml1ydbzhYXqpSirf7MxpU5xOuC2+D6NMGt8odIJ3C02Mi+WDlZ PZLjOStEcz9tl0TX4SR2/1JPy17YOhtIdI5V3BBci81jgmXgfQn4CuG2z0fqBuBrXiSx M5Ww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p7si2972070otk.81.2019.12.12.04.52.37; Thu, 12 Dec 2019 04:52:50 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729319AbfLLMvx (ORCPT + 99 others); Thu, 12 Dec 2019 07:51:53 -0500 Received: from foss.arm.com ([217.140.110.172]:45770 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729226AbfLLMvx (ORCPT ); Thu, 12 Dec 2019 07:51:53 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AC82930E; Thu, 12 Dec 2019 04:51:52 -0800 (PST) Received: from localhost (unknown [10.37.6.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 247893F718; Thu, 12 Dec 2019 04:51:51 -0800 (PST) Date: Thu, 12 Dec 2019 12:51:49 +0000 From: Andrew Murray To: Zenghui Yu Cc: bhelgaas@google.com, corbet@lwn.net, linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, wanghaibin.wang@huawei.com Subject: Re: [PATCH] Documentation: PCI: msi-howto.rst: Fix wrong function name Message-ID: <20191212125149.GG24359@e119886-lin.cambridge.arm.com> References: <20191212111338.1848-1-yuzenghui@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191212111338.1848-1-yuzenghui@huawei.com> User-Agent: Mutt/1.10.1+81 (426a6c1) (2018-08-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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 Thanks, Andrew Murray > PCI_IRQ_MSI or PCI_IRQ_MSIX flags. > -- > 2.19.1 > >