mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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:
committed by
Markus Armbruster
parent
2f28d34ea0
commit
97ed8acc65
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user