qapi: drop "must exist" from ID descriptions for consistency

Make chardev ID param descriptions more consistent with ID descriptions
elsewhere.

Signed-off-by: Filip Hejsek <filip.hejsek@gmail.com>
Message-ID: <20260609120221.461303-1-filip.hejsek@gmail.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Filip Hejsek
2026-06-09 14:01:27 +02:00
committed by Markus Armbruster
parent 2f28d34ea0
commit 97ed8acc65

View File

@@ -821,7 +821,7 @@
#
# Change a character device backend
#
# @id: the chardev's ID, must exist
# @id: the chardev's ID
#
# @backend: new backend type and parameters
#
@@ -862,7 +862,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
#
@@ -879,7 +879,7 @@
#
# Send a break to a character device
#
# @id: the chardev's ID, must exist
# @id: the chardev's ID
#
# Since: 2.10
#