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>
这个提交包含在:
@@ -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;
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户