[PATCH] spelling: hw/audio/virtio-snd.c: initalize

Michael Tokarev posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231113212033.2457365-1-mjt@tls.msk.ru
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>
hw/audio/virtio-snd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] spelling: hw/audio/virtio-snd.c: initalize
Posted by Michael Tokarev 1 year ago
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
Re: [PATCH] spelling: hw/audio/virtio-snd.c: initalize
Posted by Philippe Mathieu-Daudé 1 year ago
On 13/11/23 22:20, Michael Tokarev wrote:
> 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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Re: [PATCH] spelling: hw/audio/virtio-snd.c: initalize
Posted by Stefan Weil via 1 year ago
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
[PATCH] spelling: qapi/migration.json: transfering
Posted by Michael Tokarev 1 year ago
Fixes: 074dbce5fcce "migration: New migrate and migrate-incoming argument 'channels'"
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 qapi/migration.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qapi/migration.json b/qapi/migration.json
index 975761eebd..eb2f883513 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1658,7 +1658,7 @@
 #
 # Migration stream channel parameters.
 #
-# @channel-type: Channel type for transfering packet information.
+# @channel-type: Channel type for transferring packet information.
 #
 # @addr: Migration endpoint configuration on destination interface.
 #
-- 
2.39.2