[PATCH] qapi: drop "must exist" from ID descriptions for consistency

Filip Hejsek posted 1 patch 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260120081821.884342-1-filip.hejsek@gmail.com
Maintainers: Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
qapi/char.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] qapi: drop "must exist" from ID descriptions for consistency
Posted by Filip Hejsek 2 weeks, 3 days ago
Make chardev ID param descriptions more consistend with ID descriptions
elsewhere.
---
 qapi/char.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/qapi/char.json b/qapi/char.json
index 140614f82c..fbac5a1cb7 100644
--- a/qapi/char.json
+++ b/qapi/char.json
@@ -791,7 +791,7 @@
 #
 # Change a character device backend
 #
-# @id: the chardev's ID, must exist
+# @id: the chardev's ID
 #
 # @backend: new backend type and parameters
 #
@@ -832,7 +832,7 @@
 #
 # Remove a character device backend
 #
-# @id: the chardev's ID, must exist and not be in use
+# @id: the chardev's ID, must not be in use
 #
 # Since: 1.4
 #
@@ -849,7 +849,7 @@
 #
 # Send a break to a character device
 #
-# @id: the chardev's ID, must exist
+# @id: the chardev's ID
 #
 # Since: 2.10
 #
-- 
2.52.0