qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spelling: hw/audio/virtio-snd.c: initalize
@ 2023-11-13 21:20 Michael Tokarev
  2023-11-13 21:20 ` [PATCH] spelling: qapi/migration.json: transfering Michael Tokarev
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Tokarev @ 2023-11-13 21:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Michael Tokarev, Manos Pitsidianakis, Gerd Hoffmann,
	Michael S. Tsirkin

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;
         }
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-13 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] spelling: hw/audio/virtio-snd.c: initalize Stefan Weil via
2023-11-13 21:52 ` Philippe Mathieu-Daudé

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).