All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Michael Tokarev" <mjt@tls.msk.ru>,
	"Stefan Weil" <sw@weilnetz.de>
Subject: [PULL 3/7] hw/usb/hcd-xhci.c: spelling: tranfer
Date: Wed, 23 Nov 2022 15:44:32 +0100	[thread overview]
Message-ID: <20221123144436.2141069-4-kraxel@redhat.com> (raw)
In-Reply-To: <20221123144436.2141069-1-kraxel@redhat.com>

From: Michael Tokarev <mjt@tls.msk.ru>

Fixes: effaf5a240e03020f4ae953e10b764622c3e87cc
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-Id: <20221105114851.306206-1-mjt@msgid.tls.msk.ru>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/usb/hcd-xhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index 8299f35e6695..b89b618ec210 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -796,7 +796,7 @@ static int xhci_ring_chain_length(XHCIState *xhci, const XHCIRing *ring)
          */
     } while (length < TRB_LINK_LIMIT * 65536 / TRB_SIZE);
 
-    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum tranfer ring size!\n",
+    qemu_log_mask(LOG_GUEST_ERROR, "%s: exceeded maximum transfer ring size!\n",
                           __func__);
 
     return -1;
-- 
2.38.1



  parent reply	other threads:[~2022-11-23 14:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23 14:44 [PULL 0/7] Fixes 20221123 patches Gerd Hoffmann
2022-11-23 14:44 ` [PULL 1/7] Revert "usbredir: avoid queuing hello packet on snapshot restore" Gerd Hoffmann
2022-11-23 14:44 ` [PULL 2/7] gtk: disable GTK Clipboard with a new meson option Gerd Hoffmann
2022-11-23 14:44 ` Gerd Hoffmann [this message]
2022-11-23 14:44 ` [PULL 4/7] ui/gtk: prevent ui lock up when dpy_gl_update called again before current draw event occurs Gerd Hoffmann
2022-11-23 14:44 ` [PULL 5/7] hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset() Gerd Hoffmann
2022-11-23 14:44 ` [PULL 6/7] hw/audio/intel-hda: don't reset codecs twice Gerd Hoffmann
2022-11-23 14:44 ` [PULL 7/7] hw/audio/intel-hda: Drop unnecessary prototype Gerd Hoffmann
2022-11-23 20:47 ` [PULL 0/7] Fixes 20221123 patches Peter Maydell
2022-11-23 21:57 ` Stefan Hajnoczi
2022-11-24 11:54   ` Peter Maydell

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=20221123144436.2141069-4-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=berrange@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sw@weilnetz.de \
    --cc=thuth@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.