Signed-off-by: John Snow <[email protected]> --- qapi/machine.json | 22 ++++++++++------------ qapi/ui.json | 5 ++--- 2 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/qapi/machine.json b/qapi/machine.json index 2d5c7c36ad9..00a03e57b98 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -635,9 +635,9 @@ ## # @HmatLBMemoryHierarchy: -# -# The memory hierarchy in the System Locality Latency and Bandwidth -# Information Structure of HMAT (Heterogeneous Memory Attribute Table) +# The memory hierarchy in the System Locality Latency and +# Bandwidth Information Structure of HMAT (Heterogeneous Memory +# Attribute Table) # # For more information about `HmatLBMemoryHierarchy`, see chapter # 5.2.27.4: Table 5-146: Field "Flags" of ACPI 6.3 spec. @@ -657,9 +657,9 @@ ## # @HmatLBDataType: -# -# Data type in the System Locality Latency and Bandwidth Information -# Structure of HMAT (Heterogeneous Memory Attribute Table) +# Data type in the System Locality Latency and Bandwidth +# Information Structure of HMAT (Heterogeneous Memory Attribute +# Table) # # For more information about `HmatLBDataType`, see chapter 5.2.27.4: # Table 5-146: Field "Data Type" of ACPI 6.3 spec. @@ -720,9 +720,8 @@ ## # @HmatCacheAssociativity: -# -# Cache associativity in the Memory Side Cache Information Structure -# of HMAT +# Cache associativity in the Memory Side Cache Information +# Structure of HMAT # # For more information of `HmatCacheAssociativity`, see chapter # 5.2.27.5: Table 5-147 of ACPI 6.3 spec. @@ -741,9 +740,8 @@ ## # @HmatCacheWritePolicy: -# -# Cache write policy in the Memory Side Cache Information Structure of -# HMAT +# Cache write policy in the Memory Side Cache Information +# Structure of HMAT # # For more information of `HmatCacheWritePolicy`, see chapter # 5.2.27.5: Table 5-147: Field "Cache Attributes" of ACPI 6.3 spec. diff --git a/qapi/ui.json b/qapi/ui.json index 73ee2cb2056..9e3e80a3d70 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -814,10 +814,9 @@ ## # @QKeyCode: +# An enumeration of key name. # -# An enumeration of key name. -# -# This is used by the `send-key` command. +# This is used by the `send-key` command. # # @unmapped: since 2.0 # -- 2.55.0
