From patchwork Thu Feb 9 07:13:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13134072 X-Patchwork-Delegate: kw@linux.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB0A5C64EC7 for ; Thu, 9 Feb 2023 07:14:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229782AbjBIHOM (ORCPT ); Thu, 9 Feb 2023 02:14:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229752AbjBIHOL (ORCPT ); Thu, 9 Feb 2023 02:14:11 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8439E402CF; Wed, 8 Feb 2023 23:14:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc: To:From:Sender:Reply-To:Content-ID:Content-Description; bh=ULw3sckinKKppuRGsiGPFR4ONylssWz+r5Auww6bSiY=; b=MIgelBQRHVsLSO+P0kpuc95xb7 F1n1xF6tUkyFaDiHV8X9gbkFZKGRoyLhKqctJlscylgMxQJ6dK/FpZ/C6miQmg1RTU6fw3DbqBnqn thjFubVzj1riGcCXvZlwZCEOy5Zrzq/5dXS6uQIFvqjbNNtL381IWbBsJ/w4FWwea8Te2QeVCEZ9i InbwPg/UOJ6QDHeIFyG4T+yuTYs2C2vyAKZnS+J+zSThG9G9HUCHzRqmm5OO0m++Qq6PDhHNpxl2k VQ5ZWZFvVzYapH3ILOMRA+RWaBlMJIbTiCHfCZlkqPEof8cx5en03dj9NerK+04fIM9xGAWlxkryM XiHubcJA==; Received: from [2601:1c2:980:9ec0::df2f] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQ18E-000LPt-3h; Thu, 09 Feb 2023 07:14:10 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Bjorn Helgaas , Lorenzo Pieralisi , linux-pci@vger.kernel.org, Marc Zyngier , Thomas Gleixner , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 13/24] Documentation: PCI: correct spelling Date: Wed, 8 Feb 2023 23:13:49 -0800 Message-Id: <20230209071400.31476-14-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230209071400.31476-1-rdunlap@infradead.org> References: <20230209071400.31476-1-rdunlap@infradead.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Correct spelling problems for Documentation/PCI/ as reported by codespell. Signed-off-by: Randy Dunlap Cc: Bjorn Helgaas Cc: Lorenzo Pieralisi Cc: linux-pci@vger.kernel.org Cc: Marc Zyngier Cc: Thomas Gleixner Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Acked-by: Bjorn Helgaas --- Documentation/PCI/endpoint/pci-vntb-howto.rst | 2 +- Documentation/PCI/msi-howto.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -- a/Documentation/PCI/endpoint/pci-vntb-howto.rst b/Documentation/PCI/endpoint/pci-vntb-howto.rst --- a/Documentation/PCI/endpoint/pci-vntb-howto.rst +++ b/Documentation/PCI/endpoint/pci-vntb-howto.rst @@ -103,7 +103,7 @@ A sample configuration for NTB function # echo 1 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/num_mws # echo 0x100000 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/mw1 -A sample configuration for virtual NTB driver for virutal PCI bus:: +A sample configuration for virtual NTB driver for virtual PCI bus:: # echo 0x1957 > functions/pci_epf_vntb/func1/pci_epf_vntb.0/vntb_vid # echo 0x080A > functions/pci_epf_vntb/func1/pci_epf_vntb.0/vntb_pid diff -- a/Documentation/PCI/msi-howto.rst b/Documentation/PCI/msi-howto.rst --- a/Documentation/PCI/msi-howto.rst +++ b/Documentation/PCI/msi-howto.rst @@ -290,7 +290,7 @@ PCI_IRQ_MSI or PCI_IRQ_MSIX flags. List of device drivers MSI(-X) APIs =================================== -The PCI/MSI subystem has a dedicated C file for its exported device driver +The PCI/MSI subsystem has a dedicated C file for its exported device driver APIs — `drivers/pci/msi/api.c`. The following functions are exported: .. kernel-doc:: drivers/pci/msi/api.c