projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eccf7b
)
x86: Fix a typo in a printk message
author
Nikanth Karthikesan
<knikanth@suse.de>
Mon, 4 May 2009 03:38:26 +0000
(09:08 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 6 May 2009 10:23:12 +0000
(12:23 +0200)
[ 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
patch
|
blob
|
history
diff --git
a/arch/x86/mm/srat_32.c
b/arch/x86/mm/srat_32.c
index 16ae70fc57e77928e56347adea7b48ac08b4e6e1..29a0e37114f8089497cd95659bc8b1e6f1af8573 100644
(file)
--- 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 fin
y
any ACPI SRAT memory areas.\n");
+ "could not fin
d
any ACPI SRAT memory areas.\n");
goto out_fail;
}