Date: Wed, 13 Jan 2021 01:14:26 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: cbba81681a13 - stable/12 - x86 identcpu.c: fix formatting of the comment. Message-ID: <202101130114.10D1EQYD048843@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=cbba81681a133cd79745a7007f4d4da0a970e754 commit cbba81681a133cd79745a7007f4d4da0a970e754 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-01-06 14:52:27 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-01-13 01:09:07 +0000 x86 identcpu.c: fix formatting of the comment. (cherry picked from commit aa9450e44b5f017bb132ab5a00df68c9d7aa1d94) --- sys/x86/x86/identcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/x86/identcpu.c b/sys/x86/x86/identcpu.c index ad8bcc9a6888..2907575377b8 100644 --- a/sys/x86/x86/identcpu.c +++ b/sys/x86/x86/identcpu.c @@ -215,7 +215,7 @@ static struct { } cpu_vendors[] = { { INTEL_VENDOR_ID, CPU_VENDOR_INTEL }, /* GenuineIntel */ { AMD_VENDOR_ID, CPU_VENDOR_AMD }, /* AuthenticAMD */ - { HYGON_VENDOR_ID, CPU_VENDOR_HYGON }, /* HygonGenuine*/ + { HYGON_VENDOR_ID, CPU_VENDOR_HYGON }, /* HygonGenuine */ { CENTAUR_VENDOR_ID, CPU_VENDOR_CENTAUR }, /* CentaurHauls */ #ifdef __i386__ { NSC_VENDOR_ID, CPU_VENDOR_NSC }, /* Geode by NSC */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101130114.10D1EQYD048843>