Skip to content

Commit

Permalink
qapi: Tidy up block-latency-histogram-set documentation some more
Browse files Browse the repository at this point in the history
Commit a937b6a (qapi: Reformat doc comments to conform to current
conventions) reflowed some text that should have been left alone.
Revert that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-4-armbru@redhat.com>
  • Loading branch information
Markus Armbruster committed Mar 26, 2024
1 parent f972ed5 commit b5e2940
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qapi/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@
#
# Example:
#
# Set new histograms for all io types with intervals [0, 10), [10,
# 50), [50, 100), [100, +inf):
# Set new histograms for all io types with intervals
# [0, 10), [10, 50), [50, 100), [100, +inf):
#
# -> { "execute": "block-latency-histogram-set",
# "arguments": { "id": "drive0",
Expand All @@ -565,9 +565,9 @@
#
# Example:
#
# Set new histograms with the following intervals: read, flush: [0,
# 10), [10, 50), [50, 100), [100, +inf) write: [0, 1000), [1000,
# 5000), [5000, +inf)
# Set new histograms with the following intervals:
# read, flush: [0, 10), [10, 50), [50, 100), [100, +inf)
# write: [0, 1000), [1000, 5000), [5000, +inf)
#
# -> { "execute": "block-latency-histogram-set",
# "arguments": { "id": "drive0",
Expand Down

0 comments on commit b5e2940

Please sign in to comment.