Skip to content

Commit 50fcd1c

Browse files
committed
PCI: Fix typos
Fix typos. Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 38815c4 commit 50fcd1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/pci/controller/pcie-brcmstb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ static int brcm_pcie_get_inbound_wins(struct brcm_pcie *pcie,
970970
*
971971
* The PCIe host controller by design must set the inbound viewport to
972972
* 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
974974
* matters, the viewport must start on a pcie-address that is aligned
975975
* on a multiple of its size. If a portion of the viewport does not
976976
* represent system memory -- e.g. 3GB of memory requires a 4GB

drivers/pci/msi/msi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ int pci_msix_write_tph_tag(struct pci_dev *pdev, unsigned int index, u16 tag)
941941
/*
942942
* This is a horrible hack, but short of implementing a PCI
943943
* 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
945945
* protection against concurrent operations on this entry and keeps
946946
* the control word cache in sync.
947947
*/

drivers/pci/pcie/ptm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ struct pci_ptm_debugfs *pcie_ptm_create_debugfs(struct device *dev, void *pdata,
506506
if (!ops->check_capability)
507507
return NULL;
508508

509-
/* Check for PTM capability before creating debugfs attrbutes */
509+
/* Check for PTM capability before creating debugfs attributes */
510510
ret = ops->check_capability(pdata);
511511
if (!ret) {
512512
dev_dbg(dev, "PTM capability not present\n");

0 commit comments

Comments
 (0)