diff options
| author | Bjorn Helgaas <[email protected]> | 2025-07-31 21:12:19 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2025-07-31 21:12:19 +0000 |
| commit | 58d2b6b6b214d8b4914cd4c821a8bd0c75436c2c (patch) | |
| tree | dd7f78167bf97021845292ab0d99956efa137cd1 /drivers/pci/controller/pcie-brcmstb.c | |
| parent | Merge branch 'pci/controller/xgene' (diff) | |
| parent | PCI: Fix typos (diff) | |
| download | kernel-58d2b6b6b214d8b4914cd4c821a8bd0c75436c2c.tar.gz kernel-58d2b6b6b214d8b4914cd4c821a8bd0c75436c2c.zip | |
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()
Diffstat (limited to 'drivers/pci/controller/pcie-brcmstb.c')
| -rw-r--r-- | drivers/pci/controller/pcie-brcmstb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-brcmstb.c b/drivers/pci/controller/pcie-brcmstb.c index b664d8bcd198..9afbd02ded35 100644 --- a/drivers/pci/controller/pcie-brcmstb.c +++ b/drivers/pci/controller/pcie-brcmstb.c @@ -973,7 +973,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 |
