All of lore.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Nikanth Karthikesan <knikanth@suse.de>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
	knikanth@suse.de, tglx@linutronix.de, mingo@elte.hu
Subject: [tip:x86/urgent] x86: Fix a typo in a printk message
Date: Wed, 6 May 2009 12:20:05 GMT	[thread overview]
Message-ID: <tip-e0e5ea3268db428d19e1c5fa00e6f583861cbdbd@git.kernel.org> (raw)
In-Reply-To: <200905040908.27299.knikanth@suse.de>

Commit-ID:  e0e5ea3268db428d19e1c5fa00e6f583861cbdbd
Gitweb:     http://git.kernel.org/tip/e0e5ea3268db428d19e1c5fa00e6f583861cbdbd
Author:     Nikanth Karthikesan <knikanth@suse.de>
AuthorDate: Mon, 4 May 2009 09:08:26 +0530
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Wed, 6 May 2009 12:23:12 +0200

x86: Fix a typo in a printk message

[ Impact: printk message cleanup ]

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
LKML-Reference: <200905040908.27299.knikanth@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 arch/x86/mm/srat_32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/mm/srat_32.c b/arch/x86/mm/srat_32.c
index 16ae70f..29a0e37 100644
--- a/arch/x86/mm/srat_32.c
+++ b/arch/x86/mm/srat_32.c
@@ -216,7 +216,7 @@ int __init get_memcfg_from_srat(void)
 
 	if (num_memory_chunks == 0) {
 		printk(KERN_WARNING
-			 "could not finy any ACPI SRAT memory areas.\n");
+			 "could not find any ACPI SRAT memory areas.\n");
 		goto out_fail;
 	}
 

      reply	other threads:[~2009-05-06 12:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-04  3:38 [PATCH] Fix a typo in a printk message Nikanth Karthikesan
2009-05-06 12:20 ` tip-bot for Nikanth Karthikesan [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=tip-e0e5ea3268db428d19e1c5fa00e6f583861cbdbd@git.kernel.org \
    --to=knikanth@suse.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /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.