From: Masanari Iida Date: Mon, 6 Feb 2012 14:23:37 +0000 (+0900) Subject: microblaze: Fix typo in early_printk.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9bc974b927ad7f07206b8db9b36a29a146c1cfd1;p=linux-beck.git microblaze: Fix typo in early_printk.c Correct spelling "remaping" to "remapping" in arch/microblaze/kernel/early_printk.c Signed-off-by: Masanari Iida Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/kernel/early_printk.c b/arch/microblaze/kernel/early_printk.c index 8356e47631c4..742c247792ce 100644 --- a/arch/microblaze/kernel/early_printk.c +++ b/arch/microblaze/kernel/early_printk.c @@ -171,7 +171,7 @@ void __init remap_early_printk(void) { if (!early_console_initialized || !early_console) 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 = (u32) ioremap(base_addr, PAGE_SIZE); printk(KERN_CONT "0x%x\n", base_addr);