All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/mips/loongson/common/machtype.c: Fix typo
@ 2010-04-29  9:58 Arnaud Patard
  2010-04-29 11:56 ` Wu Zhangjin
  2010-04-29 15:56 ` Ralf Baechle
  0 siblings, 2 replies; 3+ messages in thread
From: Arnaud Patard @ 2010-04-29  9:58 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]


The gdium name string contains an obvious typo. It's not "gidum" but
"gdium".

Signed-off-by: Arnaud Patard <apatard@mandriva.com>
---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gdium_fix_name.patch --]
[-- Type: text/x-patch, Size: 724 bytes --]

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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-29 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29  9:58 [PATCH] arch/mips/loongson/common/machtype.c: Fix typo Arnaud Patard
2010-04-29 11:56 ` Wu Zhangjin
2010-04-29 15:56 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.