The branch stable/12 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=cbba81681a133cd79745a7007f4d4da0a970e754
commit cbba81681a133cd79745a7007f4d4da0a970e754 Author: Konstantin Belousov <[email protected]> AuthorDate: 2021-01-06 14:52:27 +0000 Commit: Konstantin Belousov <[email protected]> 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 */ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
