PCI: Fix spelling errors
Fix spelling of "initalization". [bhelgaas: also fix pci/pci.c] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
9735a22799
commit
dcbb408ac5
@ -819,7 +819,7 @@ static int nwl_pcie_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
err = nwl_pcie_bridge_init(pcie);
|
err = nwl_pcie_bridge_init(pcie);
|
||||||
if (err) {
|
if (err) {
|
||||||
dev_err(pcie->dev, "HW Initalization failed\n");
|
dev_err(pcie->dev, "HW Initialization failed\n");
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2389,7 +2389,7 @@ out:
|
|||||||
return offset + ent_size;
|
return offset + ent_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Enhanced Allocation Initalization */
|
/* Enhanced Allocation Initialization */
|
||||||
void pci_ea_init(struct pci_dev *dev)
|
void pci_ea_init(struct pci_dev *dev)
|
||||||
{
|
{
|
||||||
int ea;
|
int ea;
|
||||||
|
Loading…
Reference in New Issue
Block a user