Skip to content

Commit

Permalink
sh: Fix typos in PCI initialization message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matt Fleming committed Jun 23, 2010
1 parent 3a59826 commit 3b554c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/sh/drivers/pci/pci-sh7751.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int __init sh7751_pci_init(void)
unsigned int id;
u32 word, reg;

printk(KERN_NOTICE "PCI: Starting intialization.\n");
printk(KERN_NOTICE "PCI: Starting initialization.\n");

chan->reg_base = 0xfe200000;

Expand Down
2 changes: 1 addition & 1 deletion arch/sh/drivers/pci/pci-sh7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static int __init sh7780_pci_init(void)
const char *type;
int ret, i;

printk(KERN_NOTICE "PCI: Starting intialization.\n");
printk(KERN_NOTICE "PCI: Starting initialization.\n");

chan->reg_base = 0xfe040000;

Expand Down
2 changes: 1 addition & 1 deletion arch/sh/drivers/pci/pcie-sh7786.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static int __init sh7786_pcie_init(void)
{
int ret = 0, i;

printk(KERN_NOTICE "PCI: Starting intialization.\n");
printk(KERN_NOTICE "PCI: Starting initialization.\n");

sh7786_pcie_hwops = &sh7786_65nm_pcie_hwops;

Expand Down

0 comments on commit 3b554c3

Please sign in to comment.