[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110929020127.GA3129@udknight.homenetwork>
Date: Thu, 29 Sep 2011 10:01:27 +0800
From: wangyanqing <udknight@...il.com>
To: Ingo Molnar <mingo@...hat.com>
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: [PATCH][TRIVIAL] arch:x86:pci:pcbios Fix misspelling of area in a
printk
In arch/x86/pci/pcbios.c, the word 'area' is misspelled as
'aera' in a comment. Fix that.
Signed-off-by: wang yanqing <udknight@...il.com>
---
arch/x86/pci/pcbios.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/pci/pcbios.c b/arch/x86/pci/pcbios.c
index f685535..5494b90 100644
--- a/arch/x86/pci/pcbios.c
+++ b/arch/x86/pci/pcbios.c
@@ -44,7 +44,7 @@ static inline void set_bios_x(void)
pcibios_enabled = 1;
set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT);
if (__supported_pte_mask & _PAGE_NX)
- printk(KERN_INFO "PCI : PCI BIOS aera is rw and x. Use pci=nobios if you want it NX.\n");
+ printk(KERN_INFO "PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.\n");
}
/*
--
1.7.3.4
--
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