Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: Fix typos

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

+3 -3
+1 -1
drivers/pci/controller/pcie-brcmstb.c
··· 970 970 * 971 971 * The PCIe host controller by design must set the inbound viewport to 972 972 * be a contiguous arrangement of all of the system's memory. In 973 - * addition, its size mut be a power of two. To further complicate 973 + * addition, its size must be a power of two. To further complicate 974 974 * matters, the viewport must start on a pcie-address that is aligned 975 975 * on a multiple of its size. If a portion of the viewport does not 976 976 * represent system memory -- e.g. 3GB of memory requires a 4GB
+1 -1
drivers/pci/msi/msi.c
··· 941 941 /* 942 942 * This is a horrible hack, but short of implementing a PCI 943 943 * specific interrupt chip callback and a huge pile of 944 - * infrastructure, this is the minor nuissance. It provides the 944 + * infrastructure, this is the minor nuisance. It provides the 945 945 * protection against concurrent operations on this entry and keeps 946 946 * the control word cache in sync. 947 947 */
+1 -1
drivers/pci/pcie/ptm.c
··· 506 506 if (!ops->check_capability) 507 507 return NULL; 508 508 509 - /* Check for PTM capability before creating debugfs attrbutes */ 509 + /* Check for PTM capability before creating debugfs attributes */ 510 510 ret = ops->check_capability(pdata); 511 511 if (!ret) { 512 512 dev_dbg(dev, "PTM capability not present\n");