All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: Masanari Iida <standby24x7@gmail.com>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH] [trivial] microblaze: Fix typo in early_printk.c
Date: Tue, 07 Feb 2012 09:58:36 +0100	[thread overview]
Message-ID: <4F30E7BC.90903@monstr.eu> (raw)
In-Reply-To: <1328538217-2010-1-git-send-email-standby24x7@gmail.com>

Masanari Iida wrote:
> Correct spelling "remaping" to "remapping" in
> arch/microblaze/kernel/early_printk.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.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

      reply	other threads:[~2012-02-07  8:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-06 14:23 [PATCH] [trivial] microblaze: Fix typo in early_printk.c Masanari Iida
2012-02-07  8:58 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F30E7BC.90903@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.