From: Markus Armbruster Date: Tue, 27 May 2025 07:39:12 +0000 (+0200) Subject: qapi: Spell JSON null correctly in blockdev-reopen documentation X-Git-Tag: v10.1.0-rc0~64^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51acba6fad54099dad5ba6d0ab2392d9b93ae284;p=thirdparty%2Fqemu.git 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 --- diff --git a/qapi/block-core.json b/qapi/block-core.json index 7b0548dc2ef..f8f89ee2d7e 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.