aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-04-05 12:12:45 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-04-05 12:12:45 -0500
commitdcbb408ac5a2803ba44ca2fae8bf53eb5d4082f3 (patch)
tree8b024cdba8d9bb708f00ddb156c0a703b6aec682 /drivers/pci/pci.c
parentLinux 4.6-rc2 (diff)
downloadlinux-dev-dcbb408ac5a2803ba44ca2fae8bf53eb5d4082f3.tar.xz
linux-dev-dcbb408ac5a2803ba44ca2fae8bf53eb5d4082f3.zip
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>
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 25e0327d4429..e3d6b33fd596 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -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;