diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-04-05 20:12:45 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-04-05 20:12:45 +0300 |
commit | dcbb408ac5a2803ba44ca2fae8bf53eb5d4082f3 (patch) | |
tree | 8b024cdba8d9bb708f00ddb156c0a703b6aec682 /drivers/pci/pci.c | |
parent | 9735a22799b9214d17d3c231fe377fc852f042e9 (diff) | |
download | linux-dcbb408ac5a2803ba44ca2fae8bf53eb5d4082f3.tar.xz |
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.c | 2 |
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; |