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:
Colin Ian King 2016-04-05 12:12:45 -05:00 committed by Bjorn Helgaas
parent 9735a22799
commit dcbb408ac5
2 changed files with 2 additions and 2 deletions

View file

@ -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;
} }

View file

@ -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;