From: Stefan Weil via <qemu-devel@nongnu.org>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org,
Manos Pitsidianakis <manos.pitsidianakis@linaro.org>,
Gerd Hoffmann <kraxel@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH] spelling: hw/audio/virtio-snd.c: initalize
Date: Mon, 13 Nov 2023 22:27:41 +0100 [thread overview]
Message-ID: <eac093c6-40fa-4c04-b55c-a8ff7de7bd21@weilnetz.de> (raw)
In-Reply-To: <20231113212033.2457365-1-mjt@tls.msk.ru>
Am 13.11.23 um 22:20 schrieb Michael Tokarev:
> Fixes: eb9ad377bb94 "virtio-sound: handle control messages and streams"
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
> hw/audio/virtio-snd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c
> index a18a9949a7..2fe966e311 100644
> --- a/hw/audio/virtio-snd.c
> +++ b/hw/audio/virtio-snd.c
> @@ -1126,7 +1126,7 @@ static void virtio_snd_realize(DeviceState *dev, Error **errp)
> status = virtio_snd_set_pcm_params(vsnd, i, &default_params);
> if (status != cpu_to_le32(VIRTIO_SND_S_OK)) {
> error_setg(errp,
> - "Can't initalize stream params, device responded with %s.",
> + "Can't initialize stream params, device responded with %s.",
> print_code(status));
> return;
> }
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Thanks,
Stefan
next prev parent reply other threads:[~2023-11-13 21:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-13 21:20 [PATCH] spelling: hw/audio/virtio-snd.c: initalize Michael Tokarev
2023-11-13 21:20 ` [PATCH] spelling: qapi/migration.json: transfering Michael Tokarev
2023-11-13 21:27 ` Stefan Weil via [this message]
2023-11-13 21:52 ` [PATCH] spelling: hw/audio/virtio-snd.c: initalize Philippe Mathieu-Daudé
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=eac093c6-40fa-4c04-b55c-a8ff7de7bd21@weilnetz.de \
--to=qemu-devel@nongnu.org \
--cc=kraxel@redhat.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=mjt@tls.msk.ru \
--cc=mst@redhat.com \
--cc=qemu-trivial@nongnu.org \
--cc=sw@weilnetz.de \
/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).