[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20210119053753.23937-1-tingyi364@gmail.com>
Date:   Tue, 19 Jan 2021 13:37:53 +0800
From:   Isaac Chen <tingyi364@...il.com>
To:     TonyWWang-oc@...oxin.com
Cc:     linux-kernel@...r.kernel.org, Isaac Chen <tingyi364@...il.com>
Subject: [PATCH] x86/cpu/zhaoxin: Fix wrong lowercase naming
This is printed during kernel boot, match it with other supported x86 cpus.
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000]   AMD AuthenticAMD
    [    0.000000]   Hygon HygonGenuine
    [    0.000000]   Centaur CentaurHauls
    [    0.000000]   zhaoxin   Shanghai
Keep identification string match with CPUID.
Signed-off-by: Isaac Chen <tingyi364@...il.com>
---
 arch/x86/kernel/cpu/zhaoxin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/zhaoxin.c b/arch/x86/kernel/cpu/zhaoxin.c
index 05fa4ef63490..77c33ed80a67 100644
--- a/arch/x86/kernel/cpu/zhaoxin.c
+++ b/arch/x86/kernel/cpu/zhaoxin.c
@@ -120,7 +120,7 @@ zhaoxin_size_cache(struct cpuinfo_x86 *c, unsigned int size)
 #endif
 
 static const struct cpu_dev zhaoxin_cpu_dev = {
-	.c_vendor	= "zhaoxin",
+	.c_vendor	= "Zhaoxin",
 	.c_ident	= { "  Shanghai  " },
 	.c_early_init	= early_init_zhaoxin,
 	.c_init		= init_zhaoxin,
-- 
2.27.0
Powered by blists - more mailing lists
 
