[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4F30E7BC.90903@monstr.eu>
Date: Tue, 07 Feb 2012 09:58:36 +0100
From: Michal Simek <monstr@...str.eu>
To: Masanari Iida <standby24x7@...il.com>
CC: linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] [trivial] microblaze: Fix typo in early_printk.c
Masanari Iida wrote:
> Correct spelling "remaping" to "remapping" in
> arch/microblaze/kernel/early_printk.c
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
> arch/microblaze/kernel/early_printk.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/microblaze/kernel/early_printk.c b/arch/microblaze/kernel/early_printk.c
> index 8356e47..742c247 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);
Applied to microblaze-next tree.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists