]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
PCI: Fix typos
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 22 Jul 2025 21:37:34 +0000 (16:37 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 23 Jul 2025 18:12:38 +0000 (13:12 -0500)
Fix typos.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://patch.msgid.link/20250722213743.2822761-1-helgaas@kernel.org
drivers/pci/controller/pcie-brcmstb.c
drivers/pci/msi/msi.c
drivers/pci/pcie/ptm.c

index 92887b394eb4debb03d8068e9367c1e2cf7d4f45..4d59ce231a640303da4309c53336a6dcaece9b21 100644 (file)
@@ -970,7 +970,7 @@ static int brcm_pcie_get_inbound_wins(struct brcm_pcie *pcie,
         *
         * The PCIe host controller by design must set the inbound viewport to
         * be a contiguous arrangement of all of the system's memory.  In
-        * addition, its size mut be a power of two.  To further complicate
+        * addition, its size must be a power of two.  To further complicate
         * matters, the viewport must start on a pcie-address that is aligned
         * on a multiple of its size.  If a portion of the viewport does not
         * represent system memory -- e.g. 3GB of memory requires a 4GB
index 6ede55a7c5e652c80b51b10e58f0290eb6556430..7683635261e01444d2772a14f74f20d636c3437d 100644 (file)
@@ -941,7 +941,7 @@ int pci_msix_write_tph_tag(struct pci_dev *pdev, unsigned int index, u16 tag)
        /*
         * This is a horrible hack, but short of implementing a PCI
         * specific interrupt chip callback and a huge pile of
-        * infrastructure, this is the minor nuissance. It provides the
+        * infrastructure, this is the minor nuisance. It provides the
         * protection against concurrent operations on this entry and keeps
         * the control word cache in sync.
         */
index ee5f615a902333b78e2c147990c76259521f1487..b5103448eb4da0f394d2d3d67d333510d503e39c 100644 (file)
@@ -506,7 +506,7 @@ struct pci_ptm_debugfs *pcie_ptm_create_debugfs(struct device *dev, void *pdata,
        if (!ops->check_capability)
                return NULL;
 
-       /* Check for PTM capability before creating debugfs attrbutes */
+       /* Check for PTM capability before creating debugfs attributes */
        ret = ops->check_capability(pdata);
        if (!ret) {
                dev_dbg(dev, "PTM capability not present\n");