projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36723bf
)
x86: fix grammar in user-visible BIOS warning
author
Alex Chiang
<achiang@hp.com>
Wed, 4 Feb 2009 23:44:01 +0000
(16:44 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 5 Feb 2009 00:14:38 +0000
(
01:14
+0100)
Fix user-visible grammo.
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/setup.c
b/arch/x86/kernel/setup.c
index ae0d8042cf69527542b4e554d4567eea154eff45..c461f6d6907487cd60211e06b115ac1be76dd697 100644
(file)
--- a/
arch/x86/kernel/setup.c
+++ b/
arch/x86/kernel/setup.c
@@
-607,7
+607,7
@@
struct x86_quirks *x86_quirks __initdata = &default_x86_quirks;
static int __init dmi_low_memory_corruption(const struct dmi_system_id *d)
{
printk(KERN_NOTICE
- "%s detected: BIOS may corrupt low RAM, working
it around
.\n",
+ "%s detected: BIOS may corrupt low RAM, working
around it
.\n",
d->ident);
e820_update_range(0, 0x10000, E820_RAM, E820_RESERVED);