[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090204234401.GA19517@ldl.fc.hp.com>
Date: Wed, 4 Feb 2009 16:44:01 -0700
From: Alex Chiang <achiang@...com>
To: mingo@...e.hu
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86: fix grammar in user-visible BIOS warning
Fix user-visible grammo.
Impact: cleanup
Signed-off-by: Alex Chiang <achiang@...com>
---
This is obviously (to me) .30 material, thanks.
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index ae0d804..c461f6d 100644
--- 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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists