Skip to content

Commit

Permalink
microblaze: Fix typo in early_printk.c
Browse files Browse the repository at this point in the history
Correct spelling "remaping" to "remapping" in
arch/microblaze/kernel/early_printk.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Masanari Iida authored and Michal Simek committed Mar 19, 2012
1 parent c16fa4f commit 9bc974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9bc974b

Please sign in to comment.