diff options
author | Matt Fleming <matt@console-pimps.org> | 2010-06-18 19:01:03 -0400 |
---|---|---|
committer | Matt Fleming <matt@console-pimps.org> | 2010-06-23 04:09:56 -0400 |
commit | 3b554c33dcde9d67efcb8d0a5acca201afd44730 (patch) | |
tree | 69dda2b204b1b49f27f38773c6f390c902f9ea51 /arch/sh/drivers/pci/pcie-sh7786.c | |
parent | 3a598264436e94c410c413088a7873fcad33616c (diff) |
sh: Fix typos in PCI initialization message
This typo seems to have been copy and pasted in the PCI initialization
code. Replace 'intialization' with 'initialization'.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Diffstat (limited to 'arch/sh/drivers/pci/pcie-sh7786.c')
-rw-r--r-- | arch/sh/drivers/pci/pcie-sh7786.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/pcie-sh7786.c b/arch/sh/drivers/pci/pcie-sh7786.c index 68cb9b0ac9d2..78f378731858 100644 --- a/arch/sh/drivers/pci/pcie-sh7786.c +++ b/arch/sh/drivers/pci/pcie-sh7786.c | |||
@@ -392,7 +392,7 @@ static int __init sh7786_pcie_init(void) | |||
392 | { | 392 | { |
393 | int ret = 0, i; | 393 | int ret = 0, i; |
394 | 394 | ||
395 | printk(KERN_NOTICE "PCI: Starting intialization.\n"); | 395 | printk(KERN_NOTICE "PCI: Starting initialization.\n"); |
396 | 396 | ||
397 | sh7786_pcie_hwops = &sh7786_65nm_pcie_hwops; | 397 | sh7786_pcie_hwops = &sh7786_65nm_pcie_hwops; |
398 | 398 | ||