Commit 9bc974b9 authored by Masanari Iida's avatar Masanari Iida Committed by Michal Simek

microblaze: Fix typo in early_printk.c

Correct spelling "remaping" to "remapping" in
arch/microblaze/kernel/early_printk.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent c16fa4f2
...@@ -171,7 +171,7 @@ void __init remap_early_printk(void) ...@@ -171,7 +171,7 @@ void __init remap_early_printk(void)
{ {
if (!early_console_initialized || !early_console) if (!early_console_initialized || !early_console)
return; return;
printk(KERN_INFO "early_printk_console remaping from 0x%x to ", printk(KERN_INFO "early_printk_console remapping from 0x%x to ",
base_addr); base_addr);
base_addr = (u32) ioremap(base_addr, PAGE_SIZE); base_addr = (u32) ioremap(base_addr, PAGE_SIZE);
printk(KERN_CONT "0x%x\n", base_addr); printk(KERN_CONT "0x%x\n", base_addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment