]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi: Fix capitalization in doc comments
authorMarkus Armbruster <armbru@redhat.com>
Tue, 27 May 2025 07:39:10 +0000 (09:39 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 3 Jun 2025 06:34:57 +0000 (08:34 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250527073916.1243024-8-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
qapi/block-core.json
qapi/block.json
qapi/cryptodev.json
qapi/cxl.json
qapi/machine.json
qapi/misc-i386.json
qapi/run-state.json
qapi/transaction.json

index b6447e847ea255a84810a7b6fce6b102f9ec4933..f0faca10542effd79e37f0715ec7915cee75f730 100644 (file)
 # bitmap when used for data copy operations.
 #
 # @on-success: The bitmap is only synced when the operation is
-#     successful.  This is the behavior always used for 'INCREMENTAL'
+#     successful.  This is the behavior always used for incremental
 #     backups.
 #
 # @never: The bitmap is never synchronized with the operation, and is
 #
 # @bitmap-mode: Specifies the type of data the bitmap should contain
 #     after the operation concludes.  Must be present if a bitmap was
-#     provided, Must NOT be present otherwise.  (Since 4.2)
+#     provided, must NOT be present otherwise.  (Since 4.2)
 #
 # @compress: true to compress data, if the target format supports it.
 #     (default: false) (since 2.8)
 # @speed: the maximum speed, in bytes per second
 #
 # @on-error: the action to take on an error.  'ignore' means that the
-#     request should be retried.  (default: report; Since: 5.0)
+#     request should be retried.  (default: report; since: 5.0)
 #
 # @filter-node-name: the node name that should be assigned to the
 #     filter driver that the commit job inserts into the graph above
index f5374bd86c9368d0ad853ad937ed1067ef368d2a..1490a1a17f85a757d75b17a19e03c58065f379dc 100644 (file)
@@ -48,7 +48,7 @@
 ##
 # @FloppyDriveType:
 #
-# Type of Floppy drive to be emulated by the Floppy Disk Controller.
+# Type of floppy drive to be emulated by the Floppy Disk Controller.
 #
 # @144: 1.44MB 3.5" drive
 #
index 28b97eb3da69ab93f51a2eb4f522fe2ee9599a7c..b13db264034649ea164c718135016fe5151380f0 100644 (file)
@@ -15,7 +15,7 @@
 #
 # @sym: symmetric encryption
 #
-# @asym: asymmetric Encryption
+# @asym: asymmetric encryption
 #
 # Since: 8.0
 ##
index dd947d3bbc8db954d4b233ee5633ea49f712f042..8f2e9237b1948850095c4ed5f0e311fdb37e12ff 100644 (file)
 # @nibble-mask: Identifies one or more nibbles that the error affects
 #
 # @bank-group: Bank group of the memory event location, incorporating
-#     a number of Banks.
+#     a number of banks.
 #
 # @bank: Bank of the memory event location.  A single bank is accessed
 #     per read or write of the memory.
index 230b9b20dd12078b1b5ce9293f4af1b262054a6c..0650b8de71ab822cdcdd8f457108751bca41fdd3 100644 (file)
 #
 # @policy: the write policy, none/write-back/write-through.
 #
-# @line: the cache Line size in bytes.
+# @line: the cache line size in bytes.
 #
 # Since: 5.0
 ##
index 3b5346425a36fa96e74b393abdd9f329b1d92025..5fefa0a48400828b8bacc602f7357ab09dd7e214 100644 (file)
 #
 # @cbitpos: C-bit location in page table entry
 #
-# @reduced-phys-bits: Number of physical Address bit reduction when
+# @reduced-phys-bits: Number of physical address bit reduction when
 #     SEV is enabled
 #
 # Since: 2.12
index fcc00c805b825636267a1ecc08035256f5a31d43..fd09beb35cbb6678defe2890fdcf555f5e944db4 100644 (file)
@@ -62,7 +62,7 @@
 ##
 # @ShutdownCause:
 #
-# An enumeration of reasons for a Shutdown.
+# An enumeration of reasons for a shutdown.
 #
 # @none: No shutdown request pending
 #
index 5c3394919ef6b97a47d5874dc5a3dc33d77a5301..9d9e7af26cbfd7493e7ef3bb0873bd0495bd24ef 100644 (file)
@@ -21,7 +21,7 @@
 ##
 # @ActionCompletionMode:
 #
-# An enumeration of Transactional completion modes.
+# An enumeration of transactional completion modes.
 #
 # @individual: Do not attempt to cancel any other Actions if any
 #     Actions fail after the Transaction request succeeds.  All