linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Isaac Chen <tingyi364@gmail.com>
To: TonyWWang-oc@zhaoxin.com
Cc: linux-kernel@vger.kernel.org, Isaac Chen <tingyi364@gmail.com>
Subject: [PATCH] x86/cpu/zhaoxin: Fix wrong lowercase naming
Date: Tue, 19 Jan 2021 13:37:53 +0800	[thread overview]
Message-ID: <20210119053753.23937-1-tingyi364@gmail.com> (raw)
In-Reply-To: <a0fe603b-098c-65d7-9d60-f0365b7302ce@zhaoxin.com>

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@gmail.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


      reply	other threads:[~2021-01-19  6:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 17:25 [PATCH] x86/cpu/zhaoxin: Fix wrong lowercase naming and indent Isaac Chen
2021-01-19  2:10 ` Tony W Wang-oc
2021-01-19  5:37   ` Isaac Chen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210119053753.23937-1-tingyi364@gmail.com \
    --to=tingyi364@gmail.com \
    --cc=TonyWWang-oc@zhaoxin.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).