All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix a typo in a printk message
@ 2009-05-04  3:38 Nikanth Karthikesan
  2009-05-06 12:20 ` [tip:x86/urgent] x86: " tip-bot for Nikanth Karthikesan
  0 siblings, 1 reply; 2+ messages in thread
From: Nikanth Karthikesan @ 2009-05-04  3:38 UTC (permalink / raw)
  To: linux-kernel, mingo

Fix a typo in a printk message.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>

---

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;
 	}
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:x86/urgent] x86: Fix a typo in a printk message
  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
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Nikanth Karthikesan @ 2009-05-06 12:20 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, knikanth, tglx, mingo

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;
 	}
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-06 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04  3:38 [PATCH] Fix a typo in a printk message Nikanth Karthikesan
2009-05-06 12:20 ` [tip:x86/urgent] x86: " tip-bot for Nikanth Karthikesan

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.