[Qemu-devel] [PATCH] block: Correct documentation for BLOCK_WRITE_THRESHOLD

Eric Blake posted 1 patch 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170512193015.22155-1-eblake@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
qapi/block-core.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] block: Correct documentation for BLOCK_WRITE_THRESHOLD
Posted by Eric Blake 6 years, 10 months ago
Use the correct command name.

Signed-off-by: Eric Blake <eblake@redhat.com>
---
 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 614181b..206e33b 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -3582,7 +3582,7 @@
 # means the device should be extended to avoid pausing for
 # disk exhaustion.
 # The event is one shot. Once triggered, it needs to be
-# re-registered with another block-set-threshold command.
+# re-registered with another block-set-write-threshold command.
 #
 # @node-name: graph node name on which the threshold was exceeded.
 #
-- 
2.9.3


Re: [Qemu-devel] [Qemu-trivial] block: Correct documentation for BLOCK_WRITE_THRESHOLD
Posted by Michael Tokarev 6 years, 10 months ago
Applied to -trivial, thanks!

/mjt