From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: jsnow@redhat.com, eblake@redhat.com, vsementsov@yandex-team.ru,
thuth@redhat.com, berrange@redhat.com, philmd@linaro.org,
kchamart@redhat.com, mst@redhat.com, sgarzare@redhat.com
Subject: [PATCH v2 1/9] qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples
Date: Mon, 3 Nov 2025 09:23:46 +0100 [thread overview]
Message-ID: <20251103082354.3273027-2-armbru@redhat.com> (raw)
In-Reply-To: <20251103082354.3273027-1-armbru@redhat.com>
The description of Member @nsamples is indented incorrectly. Comes
out like
Members:
[...]
nsamples (int, optional) – set the number of samples per
read/write calls (default to 480,
10ms at 48kHz).
Fixing the indentation makes it come out like
Members:
[...]
nsamples (int, optional) – set the number of samples per
read/write calls (default to 480, 10ms at 48kHz).
Fixes: 19c628f2f579 (dbus: add -audio dbus nsamples option)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
qapi/audio.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qapi/audio.json b/qapi/audio.json
index 53142080f7..2df87b9710 100644
--- a/qapi/audio.json
+++ b/qapi/audio.json
@@ -76,8 +76,8 @@
#
# @out: options of the playback stream
#
-# @nsamples: set the number of samples per read/write calls (default to 480,
-# 10ms at 48kHz).
+# @nsamples: set the number of samples per read/write calls
+# (default to 480, 10ms at 48kHz).
#
# Since: 10.0
##
--
2.49.0
next prev parent reply other threads:[~2025-11-03 8:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-03 8:23 [PATCH v2 0/9] A QAPI schema doc markup fix, and style cleanup Markus Armbruster
2025-11-03 8:23 ` Markus Armbruster [this message]
2025-11-03 8:23 ` [PATCH v2 2/9] qapi: Refill doc comments to conform to conventions Markus Armbruster
2025-11-03 8:23 ` [PATCH v2 3/9] qapi: Clean up whitespace between definitions Markus Armbruster
2025-11-03 8:23 ` [PATCH v2 4/9] qga/qapi-schema: Refill doc comments to conform to conventions Markus Armbruster
2025-11-03 8:23 ` [PATCH v2 5/9] qga/qapi-schema: Clean up whitespace between definitions Markus Armbruster
2025-11-03 8:23 ` [PATCH v2 6/9] docs/interop: Refill QAPI doc comments to conform to conventions Markus Armbruster
2025-11-03 8:23 ` [PATCH v2 7/9] docs/interop/firmware: Belatedly convert "Example" section Markus Armbruster
2025-11-03 9:47 ` Markus Armbruster
2025-11-03 8:23 ` [PATCH v2 8/9] docs/interop/firmware: Literal block markup Markus Armbruster
2025-11-03 8:23 ` [PATCH v2 9/9] docs/interop: Add test to keep vhost-user.json sane Markus Armbruster
2025-11-04 12:58 ` [PATCH v2 0/9] A QAPI schema doc markup fix, and style cleanup Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251103082354.3273027-2-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=jsnow@redhat.com \
--cc=kchamart@redhat.com \
--cc=mst@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sgarzare@redhat.com \
--cc=thuth@redhat.com \
--cc=vsementsov@yandex-team.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).