]> Git Repo - linux.git/commitdiff
PCI: Fix spelling errors
authorColin Ian King <[email protected]>
Tue, 5 Apr 2016 17:12:45 +0000 (12:12 -0500)
committerBjorn Helgaas <[email protected]>
Tue, 5 Apr 2016 17:12:45 +0000 (12:12 -0500)
Fix spelling of "initalization".

[bhelgaas: also fix pci/pci.c]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
drivers/pci/host/pcie-xilinx-nwl.c
drivers/pci/pci.c

index 5139e6443bbd36cecaeb01c86fc5afe549b0a654..3479d30e2be86cbfccd108da69377899e1e1cd92 100644 (file)
@@ -819,7 +819,7 @@ static int nwl_pcie_probe(struct platform_device *pdev)
 
        err = nwl_pcie_bridge_init(pcie);
        if (err) {
-               dev_err(pcie->dev, "HW Initalization failed\n");
+               dev_err(pcie->dev, "HW Initialization failed\n");
                return err;
        }
 
index 25e0327d4429bfc00a694f66f4a28fc7233fb7df..e3d6b33fd596667a5017c1ec14c8f194653e2bc6 100644 (file)
@@ -2389,7 +2389,7 @@ out:
        return offset + ent_size;
 }
 
-/* Enhanced Allocation Initalization */
+/* Enhanced Allocation Initialization */
 void pci_ea_init(struct pci_dev *dev)
 {
        int ea;
This page took 0.056472 seconds and 4 git commands to generate.