From 97ed8acc65d1e46b6c1c19e27c05513b1a0cb0ba Mon Sep 17 00:00:00 2001 From: Filip Hejsek Date: Tue, 9 Jun 2026 14:01:27 +0200 Subject: [PATCH] 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 Message-ID: <20260609120221.461303-1-filip.hejsek@gmail.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- qapi/char.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qapi/char.json b/qapi/char.json index aa5ee9ffcd..abaccefa97 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -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 #