On 7/23/26 12:47 AM, John Snow wrote:
(Trivial)
Signed-off-by: John Snow <[email protected]>
---
qapi/tpm.json | 29 ++++++++++-------------------
1 file changed, 10 insertions(+), 19 deletions(-)
diff --git a/qapi/tpm.json b/qapi/tpm.json
index 3f2850a5733..6d94be656ae 100644
--- a/qapi/tpm.json
+++ b/qapi/tpm.json
@@ -10,8 +10,7 @@
##
# @TpmModel:
-#
-# An enumeration of TPM models
+# An enumeration of TPM models
#
# @tpm-tis: TPM TIS model
#
@@ -26,8 +25,7 @@
##
# @query-tpm-models:
-#
-# Return a list of supported TPM models
+# Return a list of supported TPM models
#
# Since: 1.5
#
@@ -41,8 +39,7 @@
##
# @TpmType:
-#
-# An enumeration of TPM types
+# An enumeration of TPM types
#
# @passthrough: TPM passthrough type
#
@@ -55,8 +52,7 @@
##
# @query-tpm-types:
-#
-# Return a list of supported TPM types
+# Return a list of supported TPM types
#
# Since: 1.5
#
@@ -70,8 +66,7 @@
##
# @TPMPassthroughOptions:
-#
-# Information about the TPM passthrough type
+# Information about the TPM passthrough type
#
# @path: string describing the path used for accessing the TPM device
#
@@ -87,8 +82,7 @@
##
# @TPMEmulatorOptions:
-#
-# Information about the TPM emulator type
+# Information about the TPM emulator type
#
# @chardev: Name of a unix socket chardev
#
@@ -121,9 +115,8 @@
##
# @TpmTypeOptions:
-#
-# A union referencing different TPM backend types' configuration
-# options
+# A union referencing different TPM backend types' configuration
+# options
#
# @type:
# - 'passthrough' The configuration options for the TPM
@@ -142,8 +135,7 @@
##
# @TPMInfo:
-#
-# Information about the TPM
+# Information about the TPM
#
# @id: The Id of the TPM
#
@@ -161,8 +153,7 @@
##
# @query-tpm:
-#
-# Return information about the TPM device
+# Return information about the TPM device
#
# Since: 1.5
#
Reviewed-by: Stefan Berger <[email protected]>