Skip to content

Commit 58d2b6b

Browse files
committed
Merge branch 'pci/misc'
- Remove resolved hotplug TODO item (Guilherme Giacomo Simoes) - Fix typos (Bjorn Helgaas) * pci/misc: PCI: Fix typos PCI: hotplug: Remove TODO about unused .get_power(), .hardware_test()
2 parents 0edfffd + 50fcd1c commit 58d2b6b

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

drivers/pci/controller/pcie-brcmstb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ static int brcm_pcie_get_inbound_wins(struct brcm_pcie *pcie,
973973
*
974974
* The PCIe host controller by design must set the inbound viewport to
975975
* be a contiguous arrangement of all of the system's memory. In
976-
* addition, its size mut be a power of two. To further complicate
976+
* addition, its size must be a power of two. To further complicate
977977
* matters, the viewport must start on a pcie-address that is aligned
978978
* on a multiple of its size. If a portion of the viewport does not
979979
* represent system memory -- e.g. 3GB of memory requires a 4GB

drivers/pci/hotplug/TODO

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ Contributions are solicited in particular to remedy the following issues:
22

33
cpcihp:
44

5-
* There are no implementations of the ->hardware_test, ->get_power and
6-
->set_power callbacks in struct cpci_hp_controller_ops. Why were they
7-
introduced? Can they be removed from the struct?
8-
95
* Returned code from pci_hp_add_bridge() is not checked.
106

117
cpqphp:

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)