| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] arch/mips/loongson/common/machtype.c: Fix typo |
| From: | Arnaud Patard <apatard@mandriva.com> |
| Date: | Thu, 29 Apr 2010 11:58:46 +0200 |
| Organization: | Mandriva |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The gdium name string contains an obvious typo. It's not "gidum" but "gdium". Signed-off-by: Arnaud Patard <apatard@mandriva.com> --- Index: linux-2.6/arch/mips/loongson/common/machtype.c
===================================================================
--- linux-2.6.orig/arch/mips/loongson/common/machtype.c
+++ linux-2.6/arch/mips/loongson/common/machtype.c
@@ -24,7 +24,7 @@ static const char *system_types[] = {
[MACH_LEMOTE_FL2F] "lemote-fuloong-2f-box",
[MACH_LEMOTE_ML2F7] "lemote-mengloong-2f-7inches",
[MACH_LEMOTE_YL2F89] "lemote-yeeloong-2f-8.9inches",
- [MACH_DEXXON_GDIUM2F10] "dexxon-gidum-2f-10inches",
+ [MACH_DEXXON_GDIUM2F10] "dexxon-gdium-2f",
[MACH_LEMOTE_NAS] "lemote-nas-2f",
[MACH_LEMOTE_LL2F] "lemote-lynloong-2f",
[MACH_LOONGSON_END] NULL,
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] rtc-cmos: Fix binary mode support, Arnaud Patard |
|---|---|
| Next by Date: | [PATCH] arch/mips/loongson/common/mem.c: fix find_vga_mem_init(), Arnaud Patard |
| Previous by Thread: | [PATCH] MIPS: Remove leftover declarations., David Daney |
| Next by Thread: | Re: [PATCH] arch/mips/loongson/common/machtype.c: Fix typo, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |