OK, I will do this later. Thanks. On Tue, Jun 19, 2012 at 7:08 PM, Sergei Shtylyov <sshtylyov@xxxxxxxxxx> wrote: > Hello. > > > On 19-06-2012 10:50, Huacai Chen wrote: > >> Add three Loongson 3 based machine types: >> MACH_LEMOTE_A1004 is laptop; >> MACH_LEMOTE_A1101 is mini-itx; >> MACH_LEMOTE_A1205 is all-in-one machine. > > >> The most significant differrent between A1004 and A1101/A1205 is >> the laptop has EC but others don't. > > >> Signed-off-by: Huacai Chen<chenhc@xxxxxxxxxx> >> Signed-off-by: Hongliang Tao<taohl@xxxxxxxxxx> >> Signed-off-by: Hua Yan<yanh@xxxxxxxxxx> > > [...] > > >> diff --git a/arch/mips/loongson/common/machtype.c >> b/arch/mips/loongson/common/machtype.c >> index 2efd5d9..e377b44 100644 >> --- a/arch/mips/loongson/common/machtype.c >> +++ b/arch/mips/loongson/common/machtype.c >> @@ -25,8 +25,11 @@ static const char *system_types[] = { >> [MACH_LEMOTE_ML2F7] "lemote-mengloong-2f-7inches", >> [MACH_LEMOTE_YL2F89] "lemote-yeeloong-2f-8.9inches", >> [MACH_DEXXON_GDIUM2F10] "dexxon-gdium-2f", >> - [MACH_LEMOTE_NAS] "lemote-nas-2f", >> + [MACH_LEMOTE_NAS] "lemote-nas-2f", >> [MACH_LEMOTE_LL2F] "lemote-lynloong-2f", >> + [MACH_LEMOTE_A1004] "lemote-3a-notebook-a1004", >> + [MACH_LEMOTE_A1101] "lemote-3a-itx-a1101", >> + [MACH_LEMOTE_A1205] "lemote-2gq-aio-a1205", >> [MACH_LOONGSON_END] NULL, > > > It's preferred that indentation is done with tabs, not spaces. > > WBR, Sergei