From 51acba6fad54099dad5ba6d0ab2392d9b93ae284 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 27 May 2025 09:39:12 +0200 Subject: [PATCH] qapi: Spell JSON null correctly in blockdev-reopen documentation The doc comment misspells JSON null as NULL. Fix that. Cc: Kevin Wolf Signed-off-by: Markus Armbruster Message-ID: <20250527073916.1243024-10-armbru@redhat.com> Reviewed-by: Eric Blake --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index 7b0548dc2e..f8f89ee2d7 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -4947,7 +4947,7 @@ # 3) A reference to a different node: the current child is replaced # with the specified one. # -# 4) NULL: the current child (if any) is detached. +# 4) null: the current child (if any) is detached. # # Options (1) and (2) are supported in all cases. Option (3) is # supported for @file and @backing, and option (4) for @backing only. -- 2.39.5