All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] x86-fix-a-typo-in-a-printk-message.patch removed from -mm tree
@ 2009-05-06 20:47 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-05-06 20:47 UTC (permalink / raw)
  To: knikanth, mingo, mm-commits


The patch titled
     x86: fix a typo in a printk message
has been removed from the -mm tree.  Its filename was
     x86-fix-a-typo-in-a-printk-message.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: x86: fix a typo in a printk message
From: Nikanth Karthikesan <knikanth@suse.de>

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/x86/mm/srat_32.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86/mm/srat_32.c~x86-fix-a-typo-in-a-printk-message arch/x86/mm/srat_32.c
--- a/arch/x86/mm/srat_32.c~x86-fix-a-typo-in-a-printk-message
+++ a/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;
 	}
 
_

Patches currently in -mm which might be from knikanth@suse.de are

linux-next.patch
block-prevent-possible-io_context-refcount-overflow.patch
atomic-detect-and-warn-on-atomic_inc-atomic_dec-wrapping-around.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-06 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-06 20:47 [merged] x86-fix-a-typo-in-a-printk-message.patch removed from -mm tree akpm

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.