[PATCH] db: Fix typos found during kernel review
Maciej Wieczor-Retman <[email protected]> Tue, 2 Jun 2026 18:38:39 +0200
| Newsgroups | dev.linux.lists.x86-cpuid |
|---|---|
| Message-ID | <[email protected]> |
Fix a few typos that were found during kernel review of moving CPUID data model to use cpuid-db [1]. [1] https://lore.kernel.org/all/[email protected]/ Signed-off-by: Maciej Wieczor-Retman <[email protected]> --- db/xml/leaf_12.xml | 2 +- db/xml/leaf_14.xml | 2 +- db/xml/leaf_4c780002.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/xml/leaf_12.xml b/db/xml/leaf_12.xml index 1953b7bd2776..b6be91c76b6f 100644 --- a/db/xml/leaf_12.xml +++ b/db/xml/leaf_12.xml @@ -67,7 +67,7 @@ bits (Intel-defined bits only!), where "⇆" denotes a bit matching relationship. </text> <bit0 len="1" id="xfrm_x87" desc="Enclave XFRM.X87" /> - <bit1 len="1" id="xfrm_sse" desc="Enclave XFRM.SEE" /> + <bit1 len="1" id="xfrm_sse" desc="Enclave XFRM.SSE" /> <bit2 len="1" id="xfrm_avx" desc="Enclave XFRM.AVX" /> <bit3 len="1" id="xfrm_mpx_bndregs" desc="Enclave XFRM.BNDREGS (MPX BND0-BND3 registers)" /> <bit4 len="1" id="xfrm_mpx_bndcsr" desc="Enclave XFRM.BNDCSR (MPX BNDCFGU/BNDSTATUS registers)" /> diff --git a/db/xml/leaf_14.xml b/db/xml/leaf_14.xml index 6c996e943ce7..1ea55c9b95ba 100644 --- a/db/xml/leaf_14.xml +++ b/db/xml/leaf_14.xml @@ -26,7 +26,7 @@ <bit0 len="1" id="topa_output" desc="ToPA output scheme" /> <bit1 len="1" id="topa_multiple_entries" desc="ToPA tables can hold multiple entries" /> <bit2 len="1" id="single_range_output" desc="Single-range output" /> - <bit3 len="1" id="trance_transport_output" desc="Trace Transport subsystem output" /> + <bit3 len="1" id="trace_transport_output" desc="Trace Transport subsystem output" /> <bit31 len="1" id="ip_payloads_lip" desc="IP payloads have LIP values (CS base included)" /> </ecx> </subleaf> diff --git a/db/xml/leaf_4c780002.xml b/db/xml/leaf_4c780002.xml index 0decfc30b857..09548debcb92 100644 --- a/db/xml/leaf_4c780002.xml +++ b/db/xml/leaf_4c780002.xml @@ -67,7 +67,7 @@ <bit15 len="1" id="spectre_v1" desc="CPU affected by Spectre variant 1 with conditional branches"> <linux feature="true" proc="true" /> </bit15> - <bit16 len="1" id="specture_v2" desc="CPU affected by Spectre variant 2 with indirect branches"> + <bit16 len="1" id="spectre_v2" desc="CPU affected by Spectre variant 2 with indirect branches"> <linux feature="true" proc="true" /> </bit16> <bit17 len="1" id="spec_store_bypass" desc="CPU affected by speculative store bypass attack"> -- 2.53.0